This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 888
UniRx.Async.Internal
Yoshifumi Kawai edited this page Jul 22, 2018
·
1 revision
public class UniRx.Async.Internal.MinimumQueue<T>
Properties
Type | Name | Summary |
---|---|---|
Int32 |
Count |
Methods
Type | Name | Summary |
---|---|---|
T |
Dequeue() | |
void |
Enqueue(T item) |
|
T |
Peek() |
public class UniRx.Async.Internal.ReusablePromise
: IAwaiter, ICriticalNotifyCompletion, INotifyCompletion
Properties
Type | Name | Summary |
---|---|---|
Boolean |
IsCompleted | |
UniTask |
Task |
Methods
Type | Name | Summary |
---|---|---|
void |
GetResult() | |
void |
OnCompleted(Action action) |
|
void |
TryInvokeContinuation() | |
void |
UnsafeOnCompleted(Action action) |
public class UniRx.Async.Internal.ReusablePromise<T>
: IAwaiter<T>, IAwaiter, ICriticalNotifyCompletion, INotifyCompletion
Properties
Type | Name | Summary |
---|---|---|
Boolean |
IsCompleted | |
UniTask<T> |
Task |
Methods
Type | Name | Summary |
---|---|---|
T |
GetResult() | |
void |
OnCompleted(Action action) |
|
void |
TryInvokeContinuation(T result) |
|
void |
UnsafeOnCompleted(Action action) |
Reference document is generated by neuecc/MarkdownGenerator