/ev-loop

A C++ event loop

Primary LanguageC++Apache License 2.0Apache-2.0

ev-loop Visits

Lightweight, simple event loop in C++

  • C++11
  • Requires boost
  • Store to safely send data to workers
  • Periodic jobs (interval)
  • One time jobs

Check test_ev_loop.cpp for a simple example.