0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make note about upcoming core.async `offer!` fn. More... over 9 years ago
Tidy up README. More... about 10 years ago
Thank YourKit for giving me a license for their rad profiler. More... over 10 years ago
Release 0.1.0. More... over 10 years ago
Bump to core.match 0.2.0 and non-SNAPSHOT core.async release. More... over 10 years ago
Fixup README broken link. More... over 10 years ago
Fixup README typo. More... over 10 years ago
Don't attempt to `close!` nils. (There might be nils from sockets that're opened and only given a single read/write channel instead of both.) More... over 10 years ago
Rename send/recv to in/out; all signatures and docstrings are relative to their function, not the caller. More... over 10 years ago
Update todo. More... over 10 years ago
Update version in README. (Non-SNAPSHOT release not possible until there's a non-SNAPSHOT core.async release.) More... over 10 years ago
Add :url to project.clj. More... over 10 years ago
Update core.match to 0.2.0-rc5. More... over 10 years ago
Merge branch 'unified-api' More... over 10 years ago
More `register-socket!` argument checking. More... over 10 years ago
Automagically use default-context if none is provided. More... over 10 years ago
Fixup README typos. More... over 10 years ago
Remove easy API fns and make optional socket creation possible within the `register-socket!` function, which now accepts an options map. More... over 10 years ago
Indent. More... over 10 years ago
Update README to demonstrate unified api where `register-socket!` accepts options map and optionally creates ZeroMQ sockets. More... over 10 years ago
Minor README typo fixes. More... over 10 years ago
Add README note re: complexity of the library vs. spinning up a pair of threads for each ZeroMQ socket. HT @zachallaun. More... over 10 years ago
Update inline TODO. More... over 10 years ago
Move everything under com.keminglabs namespace. More... over 10 years ago
Bump to 0.1.0 SNAPSHOT. More... over 10 years ago
Move global zmq-context into zmq-async context object so that there is full isolation (io threads can be set independently, all sockets on context can be closed on shutdown, &c.). More... over 10 years ago
Clarify multipart message handling. More... over 10 years ago
Merge branch 'multipart-messages' More... over 10 years ago
Clojure collections are automatically sent as ZeroMQ multipart messages. More... over 10 years ago
Tighten up async-looper test lexical scopes. More... over 10 years ago