This project combines related standalone projects for efficient development and testing purposes.
- FTN12: AsyncSteps
- See
futoin::IAsyncStepsinterface and helpers. - Alternative to coroutines.
FutoInAsyncStepsandFutoInAsyncStepsAPIis binary C/Assembly-level AsyncSteps interface for true cross-technology support.FutoInSyncandFutoInSyncAPIis counterpart for AsyncSteps sync objects.
- See
- FTN15: Native Event API
- See
futoin::IEventEmitterinterface and helpers. - Type-erased alternative to signal and slot systems.
- Ensures listener execution outside of emitter stack.
- See
This FutoIn sub-project - All-in-one FutoIn Core C++ Reference Implementation:
This FutoIn Core C++ API:
This FutoIn AsyncSteps for C++ Reference Implementation:
- Codeberg: FutoIn AsyncSteps for C++
- GitHub: FutoIn AsyncSteps for C++
- GitLab: FutoIn AsyncSteps for C++
This FutoIn EventEmitter for C++ Reference Implementation: