We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bc153 commit 25751baCopy full SHA for 25751ba
RELEASE_NOTES.md
@@ -147,6 +147,12 @@
147
148
- `map()`: The returned map object now has a more useful implementation of `__str__ and `__repr__`.
149
150
+## Improvements
151
+
152
+* `Receiver`: Use a covariant generic type, which allows the generic type to be broader than the actual type.
153
154
+* `Sender`: Use a contravariant generic type, which allows the generic type to be narrower than the required type.
155
156
## Bug Fixes
157
158
* `Timer`: Fix bug that was causing calls to `reset()` to not reset the timer, if the timer was already being awaited.
0 commit comments