Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 723 Bytes

TODO.md

File metadata and controls

26 lines (25 loc) · 723 Bytes

l# Todo List

  1. More event backends.
    • specifically:
      • /dev/poll /dev/poll would not give enough of a benifit to be used. See event.h for more.
      • I/O Completion Ports
  2. Add code to client management.
  3. Begin client code.
  4. Documentation.
    • files needed:
      • encryption.h
      • protocol.h
      • client.h
      • thread/posix.h
      • thread/windows.h
      • server/client.h
      • protocol/packets.h
      • event/epoll.h
      • event/kqueue.h
      • event/kqueue.h
      • event/poll.h
  5. Memory management.
  6. Optimisation.
  7. Threading destructors.
  8. *BSD-friendly Makefile.
    • especially for TOML.