Skip to content

[New Port Request] <cpp-rotor> #45735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ilongshan opened this issue May 29, 2025 · 0 comments
Open

[New Port Request] <cpp-rotor> #45735

ilongshan opened this issue May 29, 2025 · 0 comments
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving.

Comments

@ilongshan
Copy link

Library name

cpp-rotor

Library description

Event loop friendly C++ actor micro-framework, supervisable

Source repository URL

https://github.com/basiliscos/cpp-rotor

Project homepage (if different from the source repository)

No response

Anything else that is useful to know when adding (such as optional features the library may have that should be included)

Rotor

rotor is event loop friendly C++ actor micro framework,
github
abf
gitee

telegram
Conan Center
license
appveyor
CircleCI
codecov
Codacy Badge

features

  • minimalistic loop agnostic core
  • erlang-like hierarchical supervisors,
    see this
    and this
  • various event loops supported (wx, boost-asio, ev) or planned (uv, gtk, etc.)
  • asynchronous message passing interface
  • request-response messaging with cancellation capabilities,
    see
  • MPMC (multiple producers multiple consumers) messaging, aka pub-sub
  • cross-platform (windows, macosx, linux)
  • inspired by The Reactive Manifesto and sobjectizer
@ilongshan ilongshan added category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving. labels May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving.
Projects
None yet
Development

No branches or pull requests

1 participant