You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve documentation of the frequenz.channels.experimental.Pipe
Documentation shows how to create Pipe inside context manager
to cleanup the resources when context is exited.
Signed-off-by: Elzbieta Kotulska <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,11 @@
11
11
12
12
The name `close()` is still available for backwards compatibility, but it will be removed in the next major release, so it is recommended to switch to `aclose()`.
13
13
14
+
14
15
## New Features
15
16
16
-
* Add a new `OptionalReceiver` class that wraps an optional underlying receiver, allowing for indefinite waiting when no receiver is set.
17
+
- Add a new `OptionalReceiver` class that wraps an optional underlying receiver, allowing for indefinite waiting when no receiver is set.
18
+
- Improve documentation of the `frequenz.channels.experimental.Pipe`
0 commit comments