1. Java Asynchronous I/Ohistorical

    Java asynchronous channel APIs, completion handlers/futures, and the distinction between API-level asynchrony and OS implementation details.

  2. Asynchronous Java Serverhistorical

    A completion-driven server design using asynchronous accept/read/write operations and explicit connection state.