Minor improvement

This commit is contained in:
Denis Blank 2021-10-22 08:03:34 +02:00
parent e6f817ca7b
commit ace3317f65

View File

@ -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));