Historique des commits

Auteur SHA1 Message Date
  wangweimin b2ddb6db3a feat: `defer_call` support as decorator il y a 5 ans
  wangweimin d0cc0092b1 feat: disable `start_server()` call in script mode il y a 5 ans
  wangweimin d45f59e869 doc: update il y a 5 ans
  wangweimin a96caa931c maint: move `hold()` to session module il y a 5 ans
  wangweimin c2da77a1ae doc: add doc about `defer_call()` il y a 5 ans
  wangweimin 330f76dc57 feat: `session.defer_call(func)` make func invoked when session close il y a 5 ans
  wangweimin efc45f4b6f fix: partial asynchronous/generator functions are not correct detected il y a 5 ans
  wangweimin 2ea0b09204 support multiple session type in one app il y a 5 ans
  wangweimin 783fd1f1db update doc il y a 5 ans
  wangweimin 5905082034 refine: detect and start Script mode il y a 5 ans
  wangweimin ae08a45f3d auto detect session type instead of using `session_type` parameter il y a 5 ans
  wangweimin 7a5169f8c8 update doc il y a 5 ans
  wangweimin 468b64449b adjust code structure il y a 5 ans
  wangweimin a5cdead137 add doc il y a 5 ans
  wangweimin a7e45b5225 add `session_type` parameter to tornado's `webio_handler ` flask's `webio_view` il y a 5 ans
  wangweimin 37e6117bad use Session.active_session_count() to detect if session started il y a 5 ans
  wangweimin 72eec915c5 `run_async` return TaskHandle, which can be used later to close the task il y a 5 ans
  wangweimin cd0e8f5c41 auto select session implement when `start_server` il y a 5 ans
  wangweimin 80db1873c0 remove `as_daemon` parameter in `register_thread` func il y a 5 ans
  wangweimin eae901b491 CoroutineBasedSession close when all coroutine in this session closed il y a 5 ans
  wangweimin cfaa406318 Script mode no need register thread il y a 5 ans
  wangweimin 17cdb6378b use `session_type` parameter in `start_server` to select Session implement il y a 5 ans
  wangweimin 0a2b764c53 rename AsyncBasedSession->CoroutineBasedSession、ThreadBasedWebIOSession->ThreadBasedSession il y a 5 ans
  wangweimin 37b17e3588 fix: script mode call `register_thread()` can't trigger start server il y a 5 ans
  wangweimin 9e69a17c44 expose functions & exceptions in top modules il y a 5 ans
  wangweimin 126786e343 use ThreadBasedWebIOSession as session default implement il y a 5 ans
  wangweimin f728eaa65c auto start server in script mode when not explict invoke `start_server` il y a 5 ans
  wangweimin b8df536a4a adjust code il y a 5 ans
  wangweimin f7de7a6416 support switch session implement il y a 5 ans
  wangweimin 0d03820d52 refine asyncio based session il y a 5 ans