You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
According to the ring docs, handlers can be asynchronous. Friend should support arity-1 and arity-3 handlers to conform to async web apps.
Currently Jetty supports async handlers.
According to the ring docs, handlers can be asynchronous. Friend should support arity-1 and arity-3 handlers to conform to async web apps.
Currently Jetty supports async handlers.
I can slap a quick PR if needed.