iomultiplexing

There are 3 repositories under iomultiplexing topic.

  • flipcoder/mx

    C++ coroutine await, yield, channels, i/o events (single header + link to boost)

    Language:C++430
  • HectorTa1989/TCP-socket-client-server

    The aim of this assignment is to have you do TCP socket client / server programming using I/O multiplexing, child processes and threads. It also aims at getting you to familiarize yourselves with the inetd superserver daemon, the ‘exec’ family of functions, various socket error scenarios, some socket options, and some basic domain name / IP address

    Language:C120
  • kirintwn/socket-chat-room

    A simple chat room written in C socket

    Language:C++203