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