Module pytokio

Module pytokio 

Source

Structs§

PyPythonTask
Python-visible wrapper for a one-shot PythonTask.
PyShared
Awaitable handle to a spawned background Tokio task.

Statics§

ENABLE_UNAWAITED_PYTHON_TASK_TRACEBACK
If true, capture a Python stack trace at PythonTask creation time and log it when a spawned task errors but is never awaited/polled.

Functions§

register_python_bindings
Register the pytokio Python bindings into the given module.