Crate channel_loader[][src]

Modules

diesel
task

Macros

attach_loader

Implements Loadable using the corresponding static instance as defined by define_static_loader

define_static_loader

Defines a static DataLoader instance and registers initialization via booter::boot();

Structs

SimpleLoader

convenience TaskHandler wrapper implementation useful for whenever task assignment cannot be deferred.

Traits

Key

Params to crate::Loadable::load_by; typically i32 or newtype wrapper

Loadable

Loadable types load using the corresponding static loader associated by type via define_static_loader

SimpleWorker

a simplified loader interface with automatic task handling