Skip to main content

2 docs tagged with "I/O"

View all tags

Proactor Pattern

Simplify asynchronous I/O by letting the framework manage event notifications and completion handlers.

Reactor Pattern

Multiplex I/O events across many connections using a single-threaded event-driven architecture.