提交歷史

作者 SHA1 備註 提交日期
  wangweimin 5905082034 refine: detect and start Script mode 5 年之前
  wangweimin ae08a45f3d auto detect session type instead of using `session_type` parameter 5 年之前
  wangweimin 7a5169f8c8 update doc 5 年之前
  wangweimin 468b64449b adjust code structure 5 年之前
  wangweimin a5cdead137 add doc 5 年之前
  wangweimin a7e45b5225 add `session_type` parameter to tornado's `webio_handler ` flask's `webio_view` 5 年之前
  wangweimin 37e6117bad use Session.active_session_count() to detect if session started 5 年之前
  wangweimin 72eec915c5 `run_async` return TaskHandle, which can be used later to close the task 5 年之前
  wangweimin cd0e8f5c41 auto select session implement when `start_server` 5 年之前
  wangweimin 80db1873c0 remove `as_daemon` parameter in `register_thread` func 5 年之前
  wangweimin eae901b491 CoroutineBasedSession close when all coroutine in this session closed 5 年之前
  wangweimin cfaa406318 Script mode no need register thread 5 年之前
  wangweimin 17cdb6378b use `session_type` parameter in `start_server` to select Session implement 5 年之前
  wangweimin 0a2b764c53 rename AsyncBasedSession->CoroutineBasedSession、ThreadBasedWebIOSession->ThreadBasedSession 5 年之前
  wangweimin 37b17e3588 fix: script mode call `register_thread()` can't trigger start server 5 年之前
  wangweimin 9e69a17c44 expose functions & exceptions in top modules 5 年之前
  wangweimin 126786e343 use ThreadBasedWebIOSession as session default implement 5 年之前
  wangweimin f728eaa65c auto start server in script mode when not explict invoke `start_server` 5 年之前
  wangweimin b8df536a4a adjust code 5 年之前
  wangweimin f7de7a6416 support switch session implement 5 年之前
  wangweimin 0d03820d52 refine asyncio based session 5 年之前