asupersync-macros 0.4.2

Proc macros for asupersync structured concurrency runtime
Documentation
1
2
3
4
5
error: spawn! task names must be followed by a future expression: spawn!("name", async { ... })
 --> tests/compile_fail/spawn_string_without_future.rs:4:20
  |
4 |     let _ = spawn!("worker");
  |                    ^^^^^^^^