You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test - AsioScheduler called onTimer after being destructed
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
* fix AsioScheduler
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
* add comment
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
* add correct asio_scheduler cancellation
From boost docs:
"These (scheduled after cancel() called) handlers can no longer be cancelled, and therefore are passed an error code that indicates the successful completion of the wait operation."
Adds shared_pointer flag for cancellation.
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
0 commit comments