platform
platform copied to clipboard
feat: worker thread implementation for issuance service
trafficstars
- [x] Implement worker thread in agent for time intensive method
It's not possible to pass function or inject dependency to the worker file docs: https://stackoverflow.com/questions/12303566/node-js-sending-an-object-with-function-definitions-to-worker-thread/12303840#12303840
Closing as per @tipusinghaw 's comment above