2 questions about asynchronous callbacks
1-how can i know if the client closed browser or shutdown his pc before the callback returned (process not completed)
2-can the callback doesn't return until an event is signaled without blocking any thread(current or from threadpool) as the RegisterWaitForSingleObject() mechanism
|