1using System.Threading.Tasks;
Represents a component meant to be started and stopped by its parent component.
Factory for creating IInstances.
IIOManager CreateGameIOManager(Models.Instance metadata)
Create an IIOManager that resolves to the "Game" directory of the Models.Instance defined by metadata...
ValueTask< IInstance > CreateInstance(IBridgeRegistrar bridgeRegistrar, Models.Instance metadata)
Create an IInstance.
Registers IBridgeHandlers.
Interface for using filesystems.