queuey-macros 0.2.0

Derive macros (#[derive(Queues)], #[derive(Job)]) for queuey
Documentation
1
2
3
4
5
error: `prefetch` must be an integer between 1 and 65535
 --> tests/ui/negative_prefetch.rs:5:24
  |
5 |     #[queue(prefetch = -1)]
  |                        ^