Commit d25fa4e
committed
Enable move-only handlers.
All async operations and executor operations support move-only
handlers. However, the io_service::post(), io_service::dispatch(),
io_service::strand::post() and io_service::strand::dispatch() functions
still require copyable handlers.1 parent 74e12e5 commit d25fa4e
File tree
17 files changed
+398
-585
lines changed- asio
- include/asio
- detail
- impl
- src/tests/unit
- archetypes
- ip
17 files changed
+398
-585
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
747 | 748 | | |
748 | 749 | | |
749 | 750 | | |
750 | | - | |
| 751 | + | |
751 | 752 | | |
752 | 753 | | |
753 | 754 | | |
| |||
0 commit comments