Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 246 Bytes

libReactor

A reactor pattern based event handling library

Features

  • reactor pattern based
  • epoll based: Non-blocking IO + IO Multiplexing + Single Thread
  • C++11 Implementation based: function/bind, smart pointer
  • Object-based Paradigm