Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pywebio/PyWebIO
/ task_handle
Method
task_handle
pywebio/session/coroutinebased.py:376–378 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
374
logger.warning(
'Task[%s] was destroyed but it is pending!'
, self.coro_id)
375
376
def
task_handle(self):
377
handle = TaskHandler(close=self.close, closed=
lambda
: self.task_closed)
378
return
handle
Callers
1
run_async
Method · 0.95
Calls
1
TaskHandler
Class · 0.85
Tested by
no test coverage detected