Email or username:

Password:

Forgot your password?
(λ. borkdude)

The next version of #babashka will have an improvement in core.async!

Before, the go macro was backed by OS threads (for compat). This limited the amount of go blocks. Launching 100k of them would crash. But now it will be implemented using JDK19 virtual threads 🚀

#clojure

1 comment
Go Up