Philip Garrett
Philip Garrett
I would like to use the consulate CLI against a server that requires TLS authentication. Ideally the user could provide a TLS certificate and key with command line options, and...
I'm trying to ensure that my chained callbacks are always run on a specific thread pool, so I'm using `d/onto` followed by `d/chain` to set up the callbacks. What I'm...
I am trying to avoid blocking a thread while waiting for a memcached operation to complete. The underlying (e.g.) GetFuture offers `addListener` to support fully asynchronous workflows. I would like...