cats-effect
cats-effect copied to clipboard
Accept `Duration` for all time-based combinators
Follow-up to https://github.com/typelevel/cats-effect/pull/2954.
Something I'm leery about is that these changes introduce a lot of branches that aren't currently tested by our laws which I think work in terms of FiniteDuration. We should change the laws as well, and if not then at least add specific test coverage for this.
This seems good if we can get it to build. :-)
Heh, I was waiting for a positive sign before continuing :) I'm on it!