We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f381af commit e3e6c0bCopy full SHA for e3e6c0b
pulsebeam/src/main.rs
@@ -29,7 +29,6 @@ fn main() {
29
let rt = tokio::runtime::Builder::new_multi_thread()
30
.enable_all()
31
.worker_threads(workers)
32
- .disable_lifo_slot()
33
.build()
34
.unwrap();
35
// let rt = tokio::runtime::LocalRuntime::new().unwrap();
0 commit comments