Stream: git-wasmtime

Topic: wasmtime / PR #4777 Implement I/O timeouts that specify t...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 24 2022 at 21:28):

sunfishcode opened PR #4777 from sunfishcode/poll-timeout to main:

POSIX specifies that functions like nanosleep use the REALTIME clock,
so allow WASI poll_oneoff calls to use the REALTIME clock, at least
for non-absolute intervals. POSIX specifies that the timeouts should not
be affected by subsequent clock_settime calls, so they behave the same
way as MONOTONIC clock requests, so we can implement them as monotonic
requests.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 25 2022 at 16:44):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 25 2022 at 17:18):

sunfishcode merged PR #4777.


Last updated: Oct 23 2024 at 20:03 UTC