Two feature requests here:
-
Passing workerData: Tinypool.move(data) is not supported, even though new Worker has a transferList option.
-
If workerData is 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 the 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.