Replies: 1 comment 5 replies
-
Good question! I think we did this based off how we also designed |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that all the generic schedulers defined in this package can be genericised on just one underlying Scheduler type instead of that scheduler's own associated types. e.g.:
Why was the two generic parameter definition chosen over the single generic parameter definition?
Beta Was this translation helpful? Give feedback.
All reactions