Anvil
Anvil.API.IAwaiter< out out TResult > Interface Template Reference

Explicit interface for an awaiter. An awaiter is a system that will run an async operation and schedule a continuation when it completes. More...

+ Inheritance diagram for Anvil.API.IAwaiter< out out TResult >:
+ Collaboration diagram for Anvil.API.IAwaiter< out out TResult >:

Public Member Functions

void GetResult ()
 
TResult GetResult ()
 

Properties

bool IsCompleted [get]
 

Detailed Description

Explicit interface for an awaiter. An awaiter is a system that will run an async operation and schedule a continuation when it completes.

Template Parameters
TResultThe awaiter return value type.

The documentation for this interface was generated from the following file: