Crate lelet_task_queue

Source
Expand description

Task queue

A global task queue for buildnig task executor

any task in the queue can be polled from multiple thread

Structs§

Poller
Poller

Functions§

poller
Get Poller for polling task
push
Push a task
push_local
Push a local task