|
On 2/15/2012 7:28 PM, Matthew Wild wrote:
The solution to wake the event loop would be to create a file descriptor Verse can watch on (a file, pipe, local socket, etc.) alongside the "real" connection(s). Then any thread can send something on the watched fd to wake up select() and trigger whatever action is necessary. Regards, Matthew