Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Smarter Delaying #18

Open
ghost opened this issue Mar 23, 2014 · 0 comments
Open

Smarter Delaying #18

ghost opened this issue Mar 23, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 23, 2014

Currently delaying is done via the Delay call, which delays the next tick() call. This does however not delay at call time, we need an asynchronous sleeping mechanism which works alike Thread.Sleep(), but while returning to the callee. A solution alike coroutines in Lua. The concept we need for C# is continuations.

@ghost ghost added the enhancement label Mar 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants