Skip to content

Async wait features #66

@XDracam

Description

@XDracam

I want roughly the following:

await Wait.ForFrames(2);
foo();
await Wait.ForSeconds(1.3f);

This feature would use a TaskCompletionSource and the Coroutines system under the hood to provide non-blocking waiting in a linear way using the CLRs async continuations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c#7C#7 only featureenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions