What is the real difference between Proactor and the Reactor ?
- A Proactor dispatches a function and later polls the returned future for a ready result.
- A Reactor dispatches a function into a event loop and polls for a ready result at a later time when the event loop loops back.
Aucun commentaire:
Enregistrer un commentaire