1 post tagged "I/O"

  1. Understanding the Event Loop and I/O Operations
    The event loop is a design pattern in computer science. The pattern is as simple as waiting for an event and dispatching an event so services that can handle the event consume it. Then the loop blocks till another event is inbound for processing. You…Caleb Adepitan · Thu. Oct 15, 2020
All Tags