GetAwaiter()
Gets the Awaiter from the Awaitable. This method is a part of the Awaitable contract.
Declaration
public ConcurrentAccessAwaiter GetAwaiter()
Returns
Type | Description |
---|---|
ConcurrentAccessAwaiter | The current object. |
Gets the Awaiter from the Awaitable. This method is a part of the Awaitable contract.
public ConcurrentAccessAwaiter GetAwaiter()
Type | Description |
---|---|
ConcurrentAccessAwaiter | The current object. |