IStoreDispatcher.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

IStoreDispatcher Interface

public interface IStoreDispatcher
Methods
AssertMainThread()
Invoke<TResult>(Func<TResult>)
InvokeAsync(Func<Task>)
InvokeAsync<TResult>(Func<Task<TResult>>)
Post(Action)

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1IStoreDispatcher Interface