The Wayback Machine - https://web.archive.org/web/20190727130459/https://github.com/basiliscos/cpp-rotor
Skip to content
Event loop friendly C++ actor micro-framework
Branch: master
Clone or download
Latest commit 7927b81 Jul 24, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs Update docs Jul 24, 2019
doxygen @ 577ad27 Update docs Jul 24, 2019
examples add copyright Jul 11, 2019
include Update docs Jul 24, 2019
src/rotor update docs Jul 21, 2019
tests add copyright Jul 11, 2019
.clang-format Add ..clang-format Jun 1, 2019
.gitmodules update submoudule url Jul 7, 2019
.travis.yml Add -wall & friends Jul 9, 2019
CMakeLists.txt update docs Jul 11, 2019
LICENSE Moar docs Jul 5, 2019
README.md Update docs Jul 24, 2019
appveyor.yml msvc fix attempt (boost::asio) Jul 9, 2019

README.md

Rotor

rotor is event loop friendly C++ actor micro framework.

Travis Build status codecov license

features

  • minimalistic loop agnostic core
  • various event loops supported (wx, boost-asio) or planned (ev, gtk, etc.)
  • asynchornous message passing interface
  • MPMC (multiple producers mupltiple consumers) messaging, aka pub-sub
  • cross-platform (windows, macosx, linux)
  • inspired by The Reactive Manifesto and sobjectizer

license

MIT

documentation

Please read tutorial, design principles and manual here

Changelog

0.01 (24-Jul-2019)

Initial version

You can’t perform that action at this time.