-
- Downloads
L2SS-340: Employ condition to synchronize shutdown
The event loop is owned by the thread spawned in TCPReplicator. The result is that any access to this event loop and its tasks is unsafe from the main thread. To 'query' the progression of shutdown from the main thread, an condition is used.
parent
64f745f6
No related branches found
No related tags found
Please register or sign in to comment