Skip to content

Commit 7869616

Browse files
committed
Make note about upcoming core.async offer! fn.
1 parent 69ff768 commit 7869616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ See the [project.clj](project.clj) for the SHA of the jzmq commit compiled into
145145
## TODO (?)
146146

147147
+ Handle ByteBuffers in addition to just strings and byte arrays.
148-
+ Enforce that provided ports never block and/or are read/write only as appropriate.
148+
+ Enforce that provided ports never block and/or are read/write only as appropriate. (AKA: switch to using `offer!` as [described by Rich](https://www.youtube.com/watch?v=4KqUvG8HPYo#t=3224) when they're released.)
149149
+ Add [shutdown hooks](http://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html#addShutdownHook(java.lang.Thread)) to context objects?

0 commit comments

Comments
 (0)