-
-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Closed
Milestone
Description
This is a concurrency pattern. The pattern separates asynchronous I/O from the synchronous one. Main thread doesn't block on incoming client requests and long-running operations are offloaded to a dedicated synchronous layer. Processing results are delivered by the means of callbacks.
Some resources: