Releases: finom/elegant-threading
Releases · finom/elegant-threading
callWithTransferable & isTerminated
It's not longer needed to clone data between main thread and worker. Thanks to Transferable objects! Check out threadedFunction.callWithTransferable documentation at README.
Also there is another minor feature: threadedFunction.isTerminated property which says is a thread was terminated or not. It may be useful if you have a lot of forks.