mgravell/PooledAwait

Create Fire and Forget async

Closed this issue · 0 comments

A ValueTask-like that never completes

Singleton result, public readonly struct FireAndForget, that uses a custom awaiter that always returns true for completed, GetResult is no-op. Conversion ops to ValueTask (default) and Task (CompletedTask). Public static event for exception reporting.