You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: