chickadee » nanomsg » nn-send*

nn-send* socket msg flagsprocedure

Like nn-send, but may block other srfi-18 threads when flags is 0. flags may be nn/dontwait in which case nn-send* always returns immediately, and returns #f is the operation would block (number of bytes otherwise).