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
With #190 the JS runtime necessarily uses promises for handling time delays. It's implemented by yielding a Resumable with a promise as a hole and letting the trampoline await the result before resuming the continuation.
It would be nice to make these futures a first class citizen in the language with runtime support - let the runtime execute these at its own pace and continue the process when the value is available.
The text was updated successfully, but these errors were encountered:
With #190 the JS runtime necessarily uses promises for handling time delays. It's implemented by yielding a Resumable with a promise as a hole and letting the trampoline await the result before resuming the continuation.
It would be nice to make these futures a first class citizen in the language with runtime support - let the runtime execute these at its own pace and continue the process when the value is available.
The text was updated successfully, but these errors were encountered: