Coroutine Class |
Namespace: Buddy.Coroutines
public sealed class Coroutine : IDisposable
The Coroutine type exposes the following members.
Name | Description | |
---|---|---|
![]() | Coroutine(FuncTaskObject) | |
![]() | Coroutine(FuncTask) |
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | ExternalTask(Task) | |
![]() ![]() | ExternalTask(Task, Int32) | |
![]() ![]() | ExternalTask(Task, TimeSpan) | |
![]() ![]() | ExternalTaskT(TaskT) | |
![]() ![]() | ExternalTaskT(TaskT, Int32) | |
![]() ![]() | ExternalTaskT(TaskT, TimeSpan) | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Resume | |
![]() ![]() | Sleep(Int32) | |
![]() ![]() | Sleep(TimeSpan) | |
![]() | ToString | (Overrides ObjectToString.) |
![]() ![]() | Wait(Int32, FuncBoolean) | |
![]() ![]() | Wait(TimeSpan, FuncBoolean) | |
![]() ![]() | Yield |