how is go block implemented in clojurescript?

196 Views Asked by At

I learned that on JVM go blocks are executed in a pool of 8 threads by default, but what "tricks" core.async is using to get the appearance of multithreaded behavior in JavaScript (or JVM Clojure without 'real' threads)?

0

There are 0 best solutions below