Crate background_jobs_server

Source

Structs§

ServerConfig
The entry point for creating a background-jobs server
SpawnerConfig
SpawnerConfig is the only part of this library required to actually exist in your application.
SyncJobWrapper
A wrapper around synchronous jobs
WorkerConfig
The entry point for creating a background-jobs worker.

Traits§

SyncJob
The SyncJob trait defines parameters pertaining to a synchronous instance of background job