Module sentry_rs::workers [] [src]

Used to export all the possible "Worker" types that can work on a Sentry Queue. Right now there's only the "SingleWorker" which works on it's own single thread. In the future though we might add in something like "MultiWorker" that allows you to work on multiple threads at once.

Modules

single

Houses the implementation of anything for the "SingleWorker", Which is the single threaded worker for sentry.

Traits

WorkerClosure

The Trait for a Clojure being able to work on the Sentry Queue of events.