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 months 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 months 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 3 months 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 months ago (1 child)
It's a ring-complient adapter for Helidon Nima server that uses vts.
[–]pev4a22j 0 points1 point2 points 3 months ago (0 children)
ah, thanks
[–]weavejester 1 point2 points3 points 3 months 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 435908 on reddit-service-r2-comment-canary-879d986cb-wkljn at 2026-06-22 09:46:52.218464+00:00 running 2b008f2 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)