Delegate NonblockRenderer<T>.FullFallback
Customizes behavior when the internal event queue is full so that no more event can be added.
Namespace: Libplanet.Blockchain.Renderers
Assembly: Libplanet.dll
Syntax
public delegate void FullFallback(System.Action droppedEvent);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action | droppedEvent | The render event failed to be queued. |