Closed badeend closed 2 years ago
Hmm, it's a good point though that this should now be a future rather than a resource. I'll submit a PR for that.
I've now submitted https://github.com/WebAssembly/wasi-clocks/pull/19 introducing the use of a future
, which allows it to work with the new cabi wait
design.
Nice. That addresses all my needs, so nothing left for me to discuss here. Closing this while awaiting #19
Like:
Returns a future that completes after
duration
has elapsed.Thoughts?