Examples use executor_type
Open
Example
- Dominant language
- C++
- Stars
- 4.8k
- Forks
- 694
- Avg merge
- 12h 48m
- Merged PRs (30d)
- 1
Description
The examples have `net::io_context&` parameters (e.g. `listener`). They should be passing executors instead, e.g. using a glocal `executor_type` alias.
Contributor guide
Assessment
This issue has not been assessed yet.