cpp-rotor icon indicating copy to clipboard operation
cpp-rotor copied to clipboard

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

Results 1 cpp-rotor issues
Sort by recently updated
recently updated
newest added
trafficstars

Looking at the interface for actors, it would be nice to remove the noise from the overridden methods, so that the code only deals with its own logic. It's cleaner...

question