No coordinates found
Proactor pattern
Software design pattern for event handlingProactor is a software design pattern for event handling in which long running activities are running in an asynchronous part. A completion handler is called after the asynchronous part has terminated. The proactor pattern can be considered to be an asynchronous variant of the synchronous reactor pattern.
Read article
Top Questions
AI generatedMore questions