fix pear worker

This commit is contained in:
Vivek Singh
2024-08-27 15:16:21 +05:30
parent 4ae59c9621
commit ec51b8697a

View File

@@ -286,7 +286,7 @@ Runs a Pear Worker by spawning a Pear Terminal Application process from the spec
### `const pipe = Pear.worker.pipe()` ### `const pipe = Pear.worker.pipe()`
Returns the communication pipe created to the worker process. Resolves to a `Duplex` stream object representing a pipe. Returns the pipe (a [`streamx`](https://github.com/mafintosh/streamx) `Duplex` stream) created to the worker process.
## `Pear.media <Object>` ## `Pear.media <Object>`