We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a76322 commit ac8f15aCopy full SHA for ac8f15a
example/simple_benchmark_test.cpp
@@ -94,7 +94,6 @@ int main() {
94
test_switch(io, 1).then([&]() {
95
return test_switch(io, 1000);
96
}).then([&]() {
97
- io.stop();
98
return test_switch(io, 10000);
99
100
return test_switch(io, 100000);
0 commit comments