void start(bool async=true) const
Start the engine.
void join() const
Wait until engine terminates.
CoreBuilder & addActor(_Args &&...args)
Create new _Actor.
Helper to build Actors in VirtualCore.
Definition: Main.h:65
CoreBuilder core(uint16_t const index)
Get CoreBuilder from index.
ActorId addActor(std::size_t index, _Args &&...args)
Create new _Actor.
ActorIdList const & idList() const
Get list of created ActorId by the CoreBuilder.