Jump to content

Proactor pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by UlrichAAB (talk | contribs) at 20:28, 13 July 2009 (Created page with ''''Proactor''' is a software design pattern for Event Handling in which an long running activities are running in an async...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.