feat: add glommio
This commit is contained in:
7
__concurrent/glommio/src/main.rs
Normal file
7
__concurrent/glommio/src/main.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use glommio::prelude::*;
|
||||
|
||||
fn main() {
|
||||
LocalExecutorBuilder::new().spawn(|| async move {
|
||||
/// your code here
|
||||
}).unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user