mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
Minor improvement
This commit is contained in:
parent
e6f817ca7b
commit
ace3317f65
@ -168,7 +168,7 @@ void using_strand() {
|
|||||||
|
|
||||||
cti::async_on(
|
cti::async_on(
|
||||||
[]() mutable {
|
[]() mutable {
|
||||||
puts("Dispatched through executor token");
|
puts("Dispatched through executor");
|
||||||
},
|
},
|
||||||
through_post(strand));
|
through_post(strand));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user