Module robin::job [] [src]

Contains traits for enqueueing and performing jobs.

Structs

Args

A type that holds serialized job arguments.

JobName

A simple new type wrapper around strings.

Traits

Job

The trait that defines what a particular job should does.

PerformJob

Trait for either performing immediately, or more commonly, later. This trait is automatically implemented for types that implement Job so you shouldn't ever need to implement this manually.

Type Definitions

JobResult

The result type returned when performing jobs