| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 72febfd commit 53ad91c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2033,6 +2033,10 @@ The `transform._transform()` method is prefixed with an underscore because it | |||
| 2033 | 2033 | is internal to the class that defines it, and should never be called directly by | |
| 2034 | 2034 | user programs. | |
| 2035 | 2035 | ||
| 2036 | + `transform._transform()` is never called in parallel; streams implement a | ||
| 2037 | + queue mechanism, and to receive the next chunk, `callback` must be | ||
| 2038 | + called, either synchronously or asychronously. | ||
| 2039 | + | ||
| 2036 | 2040 | #### Class: stream.PassThrough | |
| 2037 | 2041 | ||
| 2038 | 2042 | The `stream.PassThrough` class is a trivial implementation of a [Transform][] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments