Skip to content

Commit

Permalink
Update manifold-link to clj-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Feb 26, 2024
1 parent 6771896 commit 7618940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Fibers behave similarly to OS level threads, but are much lighter weight to spaw
potentially millions of them to exist.

Clojure already has the wonderful [core.async](https://github.com/clojure/core.async)
and [manifold](https://github.com/aleph-io/manifold) libraries but writing maximally performant code
and [manifold](https://github.com/clj-commons/manifold) libraries but writing maximally performant code
in either requires the abstraction (channels, or promises) to leak all over your code
(as you return channels or promise chains) to avoid blocking. Furthermore you frequently have to
think about which executor will handle the blocking code.
Expand Down

0 comments on commit 7618940

Please sign in to comment.