QuarkSoft
Results
1
issues of
QuarkSoft
Can this support the async func? for example use label::create_label; create_label!(async fn test() -> ()); #[test::label] async fn my_fn() { println!("Test!"); } fn main() { println!("calling all 'test' label"); //...