Proactor pattern

Proactor is a design pattern in the field of software development for event processing ( event handling pattern) that uses concurrency and avoids their disadvantages.

Interactions

Operation specific actors:

  • Asynchronous operation

Standardized actors of Proactor Patterns

  • The asynchronous operation processor coordinates the entire asynchronous operation
  • The Completion Dispatcher handles, depending on the execution environment, calling the completion handler from
84795
de