Namespace UnityFx.Async.CompilerServices
Structs
AsyncAwaitable
Provides an awaitable object that allows for configured awaits on IAsyncOperation. This type is intended for compiler use only.
AsyncAwaitable<TResult>
Provides an awaitable object that allows for configured awaits on IAsyncOperation<TResult>. This type is intended for compiler use only.
AsyncAwaiter
Provides an object that waits for the completion of an asynchronous operation. This type and its members are intended for compiler use only.
AsyncAwaiter<TResult>
Provides an object that waits for the completion of an asynchronous operation. This type and its members are intended for compiler use only.
AsyncResultMethodBuilder
Provides a builder for asynchronous methods that return AsyncResult. This type is intended for compiler use only.
AsyncResultMethodBuilder<TResult>
Provides a builder for asynchronous methods that return AsyncResult<TResult>. This type is intended for compiler use only.