hypercorn.asyncio.worker_context module

class hypercorn.asyncio.worker_context.EventWrapper

Bases: object

async clear() None
async set() None
async wait() None
class hypercorn.asyncio.worker_context.WorkerContext

Bases: object

event_class

alias of hypercorn.asyncio.worker_context.EventWrapper

async static sleep(wait: Union[float, int]) None
static time() float