arikawa/utils
diamondburned 7668fe940c wsutil: Websocket wrapper thread safety for simpler Conn impl
This commit removes the thread safety requirement that Conn
implementations must satisfy. It moves the mutex guards as well as the
multiple close wrapper over to the Websocket wrapper instead.
2020-10-29 11:24:45 -07:00
..
handler handler: move package from /handler to /utils/handler 2020-07-29 16:58:33 -07:00
httputil httputil: Fixed unlock of unlocked mutex bug 2020-08-04 14:09:43 -07:00
json API: fix #91 2020-05-22 10:52:30 -07:00
wsutil wsutil: Websocket wrapper thread safety for simpler Conn impl 2020-10-29 11:24:45 -07:00