oxana 2.0.0-rc.5

A simple & fast job queue system.
Documentation
1
2
3
4
5
6
7
error[E0599]: no method named `process_batch` found for reference `&MissingProcessBatchWorker` in the current scope
  --> tests/ui/batch_missing_process_batch.rs:14:10
   |
14 | #[derive(oxana::Worker)]
   |          ^^^^^^^^^^^^^
   |
   = note: this error originates in the derive macro `oxana::Worker` (in Nightly builds, run with -Z macro-backtrace for more info)