j
k
j a
j l
Since mytimer.async_wait woudl block, my understanding is that the timer would not be destroyed
async_XXX operations never block, that's why they're called asynchronous :). You can use a blocking version: myTimer.wait(), if that's what you need.
Back to the thread
Back to the list