tokio
#[test]
Marks async function to be executed by runtime, suitable to test environment
max_threads=n
n
#[tokio::test] async fn my_test() { assert!(true); }