Commit Graph

7 Commits

Author SHA1 Message Date
michaelssingh cd8dabc61d
Merge pull request #1 from larzeitlin/refactor-suggestions
Refactor suggestions
2023-11-05 16:48:35 -04:00
Looke Z 6c5f7c4dc7 refactor to use futures for readers
- remove java interop where there are clojure fns available
- keyword destructuring where possible
- reorder fns to avoid forward ref
- naming to desinguish between connections and connection
atoms (conn/conn*)
- fns pass through connections to support
use with threading macros
2023-11-05 17:57:23 +00:00
Looke Z fe2916fa48 prevent connection on file load
Move the connection def into the comment
2023-11-05 13:34:02 +00:00
Looke Z 4d2e7cb88d move convenience fns out of comment
Just so you don't have to evaluate them before calling them.
2023-11-05 13:19:40 +00:00
fn 81d4b1088c Add support for connecting to channels per server 2023-11-01 21:57:18 -04:00
fn 63252bca40 Add support for connecting with SSL 2023-11-01 21:52:10 -04:00
fn 817c29925b Initial commit 2023-11-01 17:54:02 -04:00