Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FutoIn reference C++ implementation (umbrella project)

This project combines related standalone projects for efficient development and testing purposes.

Concepts

  • FTN12: AsyncSteps
    • See futoin::IAsyncSteps interface and helpers.
    • Alternative to coroutines.
    • FutoInAsyncSteps and FutoInAsyncStepsAPI is binary C/Assembly-level AsyncSteps interface for true cross-technology support.
    • FutoInSync and FutoInSyncAPI is counterpart for AsyncSteps sync objects.
  • FTN15: Native Event API
    • See futoin::IEventEmitter interface and helpers.
    • Type-erased alternative to signal and slot systems.
    • Ensures listener execution outside of emitter stack.

Mirrors

This FutoIn sub-project - All-in-one FutoIn Core C++ Reference Implementation:

This FutoIn Core C++ API:

This FutoIn AsyncSteps for C++ Reference Implementation:

This FutoIn EventEmitter for C++ Reference Implementation:

About

FutoIn Core Reference C++ implementation umbrella

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages