Interface IAwaiter
Explicit interface for an awaiter. An awaiter is a system that will run an async operation and schedule a continuation when it completes.
public interface IAwaiter : INotifyCompletion
- Inherited Members
- Extension Methods
Explicit interface for an awaiter. An awaiter is a system that will run an async operation and schedule a continuation when it completes.
public interface IAwaiter : INotifyCompletion