Skip to content

FutoIn Core Reference C++ implementation for FTN15 EventEmitter

License

Notifications You must be signed in to change notification settings

futoin/core-cpp-ri-asyncevent

Repository files navigation

FutoIn EventEmitter for C++

This is reference implementation for unified futoin::IEventEmitter API.

See FTN15: Native Event API for more details.

Usage

Please check [FutoIn C++ API][https://github.com/futoin/core-cpp-api] for example of usage.

#include <futoin/iasynctool.hpp>
#include <futoin/ri/eventemitter.hpp>

class MyExample : public futoin::ri::EventEmitter {
private:
    MyExample(futoin::IAsyncTool& async_tool) :
        EventEmitter(async_tool)
    {}
};

About

FutoIn Core Reference C++ implementation for FTN15 EventEmitter

Resources

License

Stars

Watchers

Forks

Packages

No packages published