tinypool
tinypool copied to clipboard
Support movables in `workerData` option
Two feature requests here:
-
Passing
workerData: Tinypool.move(data)is not supported, even thoughnew Workerhas atransferListoption. -
If
workerDatais a plain object, Tinypool should iterate its property values to see if any of them are movable, thereby allowing multiple movables to be passed through theworkerDataoption.
@aleclarson is this feature request still valid? It seems 2 years old by now.