## forked()


Generate each value in its own child process and wait in the parent.


Usage

``` python
forked(
    values,
    max_workers=0,
)
```
