cljs-workers icon indicating copy to clipboard operation
cljs-workers copied to clipboard

A clojurescript lib for performing async tasks via web workers

Results 1 cljs-workers issues
Sort by recently updated
recently updated
newest added

Hello. Thanks for the great library! I'm using a heavily modified version of it in my own lib https://github.com/cljs-audio/cljs-audio/tree/master/src/main/cljs_audio/workers. I've changed the code to use transit for data serialization/deserialization. I'd...