Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
8sileus committed May 8, 2024
1 parent dddefb5 commit d628309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ auto server() -> Task<void> {
}

auto main() -> int {
Runtime::create().block_on(server());
// zedio::runtime::CurrentThreadBuilder::default_create().block_on(server());
zedio::runtime::MultiThreadBuilder::default_create().block_on(server());
}
```

0 comments on commit d628309

Please sign in to comment.