Skip to content

Releases: finom/elegant-threading

callWithTransferable & isTerminated

05 Mar 13:08

Choose a tag to compare

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.