Todo: Add async bridging idea as sync wait mechanism
This commit is contained in:
@@ -32,3 +32,6 @@
|
|||||||
* One good mechanism is to use synchronous waits on the timeout
|
* One good mechanism is to use synchronous waits on the timeout
|
||||||
events. This is fine during program shutdown because we don't
|
events. This is fine during program shutdown because we don't
|
||||||
need to care about responsiveness during program shutdown.
|
need to care about responsiveness during program shutdown.
|
||||||
|
* We can use asynchronous bridging to ensure that asynchronous
|
||||||
|
events are executed in the meantime while we wait for the sync
|
||||||
|
timeout to complete.
|
||||||
|
|||||||
Reference in New Issue
Block a user