5e30c3fe1b79 ^
2a97eda3b3cb ^
1 2 3 4 5 6
7
8 9 10
# -*- mode: snippet -*- # name: async test # uuid: # key: atest # condition: t # -- #[tokio::test(flavor = "multi_thread")] async fn ${1:test_name}() { `%`$0 }