Greg Cotten
Greg Cotten
As discussed in #203
Stubbing this for now, but the short of it: It would be very useful for the host to give an effect instance some sort of unique identifier (probably an actual...
`Task.sleep(nanoseconds:)` is used to sleep when calling `withThrowingTimeout(seconds:)`. AFAICT `Task.sleep(nanoseconds:)` pauses on system sleep. The `withThrowingTimeout(after:)` function uses a [ContinousClock](https://developer.apple.com/documentation/swift/continuousclock) which is "A clock that measures time that always increments...