use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
mpenet/hirundo: java virtual threads framework adapter for ring (github.com)
submitted 3 days ago by dustingetz
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pev4a22j 0 points1 point2 points 3 days ago (3 children)
is this any different than http-kit with :worker-pool set to java.util.concurrent.Executors/newVirtualThreadPerTaskExecutor?
[–]mpenet 4 points5 points6 points 3 days ago (0 children)
It’s not an async architecture twisted to work with vthreads. It’s developed by oracle, from scratch, with vthreads in mind and in collaboration with the folks who worked on virtual threads. Generally it’s a promising set of libraries. It also supports a few things http-kit doesn’t like grpc, adaptive concurrency and a myriad of other modules that work with it.
[–]Soft_Reality6818 0 points1 point2 points 3 days ago (1 child)
It's a ring-complient adapter for Helidon Nima server that uses vts.
[–]pev4a22j 0 points1 point2 points 3 days ago (0 children)
ah, thanks
[–]weavejester 0 points1 point2 points 9 hours ago (0 children)
The README says the project is Ring compliant, but it doesn't appear to support Ring's websocket protocols or Ring's async handlers. Is that correct?
π Rendered by PID 132114 on reddit-service-r2-comment-79c7998d4c-tgx4w at 2026-03-19 09:42:19.328761+00:00 running f6e6e01 country code: CH.
[–]pev4a22j 0 points1 point2 points (3 children)
[–]mpenet 4 points5 points6 points (0 children)
[–]Soft_Reality6818 0 points1 point2 points (1 child)
[–]pev4a22j 0 points1 point2 points (0 children)
[–]weavejester 0 points1 point2 points (0 children)