Interface IAsyncComponent
Inherited Members
Namespace: Unity.Reflect.Actor
Syntax
public interface IAsyncComponent : IRunnableComponent
Methods
WaitAsync(CancellationToken)
Declaration
Task WaitAsync(CancellationToken token)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | token |
Returns
Type | Description |
---|---|
Task |