aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/demo1.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/demo1.cc b/example/demo1.cc
index aa13c0c..1c910cd 100644
--- a/example/demo1.cc
+++ b/example/demo1.cc
@@ -27,7 +27,6 @@ int main() {
e.spawn(std::make_unique<TestThread>("Thread2"));
e.spawn(std::make_unique<TestThread>("Thread3"));
e.run();
- e.run();
puts("[main] finish main thread");
return 0;