Commit History

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