[][src]Crate lelet_task_queue

Task queue

A global task queue for buildnig task executor

any task in the queue can be polled from multiple thread

Structs

Poller

Poller for polling the tasks in the queue

Functions

poller

Get Poller for polling task

push

Push a task into the queue

push_local

Push a local task into the queue