selectme 0.7.2

A fast and fair select! macro for asynchronous Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: `static` option is only supported with the `inline!` macro
 --> tests/ui/select_static_fail.rs:7:9
  |
7 |         static;
  |         ^^^^^^

error: `static` option may only be specified once
  --> tests/ui/select_static_fail.rs:15:9
   |
15 |         static;
   |         ^^^^^^

error: `static` option previously specified here
  --> tests/ui/select_static_fail.rs:14:9
   |
14 |         static;
   |         ^^^^^^