Historie revizí

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