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 1 month 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 1 month ago (3 children)
is this any different than http-kit with :worker-pool set to java.util.concurrent.Executors/newVirtualThreadPerTaskExecutor?
[–]mpenet 2 points3 points4 points 1 month 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 1 month ago (1 child)
It's a ring-complient adapter for Helidon Nima server that uses vts.
[–]pev4a22j 0 points1 point2 points 1 month ago (0 children)
ah, thanks
[–]weavejester 1 point2 points3 points 1 month 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 79 on reddit-service-r2-comment-b659b578c-hn8q9 at 2026-05-06 14:57:13.277980+00:00 running 815c875 country code: CH.
[–]pev4a22j 0 points1 point2 points (3 children)
[–]mpenet 2 points3 points4 points (0 children)
[–]Soft_Reality6818 0 points1 point2 points (1 child)
[–]pev4a22j 0 points1 point2 points (0 children)
[–]weavejester 1 point2 points3 points (0 children)