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.
Gang of Four patterns |
| ||||||
---|---|---|---|---|---|---|---|
Concurrency patterns | |||||||
Architectural patterns | |||||||
Other patterns | |||||||
Books | |||||||
People | |||||||
Communities | |||||||
See also |