Proactor pattern
Appearance
Proactor is a software design pattern for Event Handling in which an long running activities are running in an asynchronous part. A Completion Handler is called after the asynchronous part has terminated.
Proactor is a software design pattern for Event Handling in which an long running activities are running in an asynchronous part. A Completion Handler is called after the asynchronous part has terminated.