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
fix: add transport manager to exports map and fix docs
Addresses PR comments from #1172 - fixes syntax of examples in docs,
adds the transport manager to the exports map and renames fault
tolerance enum for consistency.
Copy file name to clipboardExpand all lines: doc/STREAMING_ITERABLES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
Sometimes you may need to wrap an existing duplex stream in order to perform incoming and outgoing [transforms](#transform) on data. This type of wrapping is commonly used in stream encryption/decryption. Using [it-pair][it-pair] and [it-pipe][it-pipe], we can do this rather easily, given an existing [duplex iterable](#duplex).
0 commit comments