This repository was archived by the owner on Feb 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 887
UniRx.Async.CompilerServices
Yoshifumi Kawai edited this page Jul 22, 2018
·
1 revision
public struct UniRx.Async.CompilerServices.AsyncUniTaskMethodBuilderProperties
| Type | Name | Summary |
|---|---|---|
UniTask |
Task |
Methods
| Type | Name | Summary |
|---|---|---|
void |
AwaitOnCompleted(TAwaiter& awaiter, TStateMachine& stateMachine) |
|
void |
AwaitUnsafeOnCompleted(TAwaiter& awaiter, TStateMachine& stateMachine) |
|
void |
SetException(Exception exception) |
|
void |
SetResult() | |
void |
SetStateMachine(IAsyncStateMachine stateMachine) |
|
void |
Start(TStateMachine& stateMachine) |
Static Methods
| Type | Name | Summary |
|---|---|---|
AsyncUniTaskMethodBuilder |
Create() |
public struct UniRx.Async.CompilerServices.AsyncUniTaskMethodBuilder<T>Properties
| Type | Name | Summary |
|---|---|---|
UniTask<T> |
Task |
Methods
| Type | Name | Summary |
|---|---|---|
void |
AwaitOnCompleted(TAwaiter& awaiter, TStateMachine& stateMachine) |
|
void |
AwaitUnsafeOnCompleted(TAwaiter& awaiter, TStateMachine& stateMachine) |
|
void |
SetException(Exception exception) |
|
void |
SetResult(T result) |
|
void |
SetStateMachine(IAsyncStateMachine stateMachine) |
|
void |
Start(TStateMachine& stateMachine) |
Static Methods
| Type | Name | Summary |
|---|---|---|
AsyncUniTaskMethodBuilder<T> |
Create() |
public struct UniRx.Async.CompilerServices.AsyncUniTaskVoidMethodBuilderProperties
| Type | Name | Summary |
|---|---|---|
UniTaskVoid |
Task |
Methods
| Type | Name | Summary |
|---|---|---|
void |
AwaitOnCompleted(TAwaiter& awaiter, TStateMachine& stateMachine) |
|
void |
AwaitUnsafeOnCompleted(TAwaiter& awaiter, TStateMachine& stateMachine) |
|
void |
SetException(Exception exception) |
|
void |
SetResult() | |
void |
SetStateMachine(IAsyncStateMachine stateMachine) |
|
void |
Start(TStateMachine& stateMachine) |
Static Methods
| Type | Name | Summary |
|---|---|---|
AsyncUniTaskVoidMethodBuilder |
Create() |
Reference document is generated by neuecc/MarkdownGenerator