[][src]Module meli::jobs

Async job executor thread pool

Usage

 let (channel, handle, job_id) = job_executor.spawn(job);

Modules

oneshot

A channel for sending a single message between asynchronous tasks.

Structs

JobExecutor
JobId
JoinHandle

JoinHandle for the future that allows us to cancel the task.

MeliTask

A spawned future and its current state.

Timer
TimerPrivate

Functions

find_task

Type Definitions

AsyncTask
JobChannel