This PR modifies the unix provider to support asynchronously shutting it down, even if the guest is blocked in a poll_oneoff call waiting for I/O completion.
As part of this PR also completed the implementation of clock subscriptions in poll_oneoff (for monotonic clocks only).
This PR modifies the unix provider to support asynchronously shutting it down, even if the guest is blocked in a
poll_oneoff
call waiting for I/O completion.As part of this PR also completed the implementation of clock subscriptions in
poll_oneoff
(for monotonic clocks only).