- [x] Create a basic package template - [x] #2 - [x] #3 - [x] Make them both "work" in Node.js (at least) - [x] Add benchmarks - [x] Add tests - [x] Make sure it works in Deno - [ ] ~~Make sure it works in Bun~~ - [x] Make sure it works in browsers - [ ] Make it work with transferable objects - [ ] Decide whether or not to capture `this` too, or just arguments? - [ ] Kill workers after N seconds of no use (not worth it to keep alive?) - [ ] Maybe use SharedWorker if available natively? Probably not, but maybe. Need opinions. - [ ] Support other beyond-JSON serialization for return value of redlet() in browsers
Make sure it works in Bunthistoo, or just arguments?