posix_mq 1.0.0 - kinder, gentler message queuesv1.0.0
commit90b66d0a4390e7794247d43b49160a50a9028caa
authorEric Wong <normalperson@yhbt.net>
Tue, 1 Mar 2011 09:07:05 +0000 (1 09:07 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 1 Mar 2011 09:17:12 +0000 (1 09:17 +0000)
tree431ca3fda07cef404936b92a143937e51a766a0e
parentc44a8335b2f7ff60cf74730ac697a5e00829cc66
posix_mq 1.0.0 - kinder, gentler message queues

There is one backwards-incompatible API change:

  POSIX_MQ#send returns +true+ on success instead of +nil+
  for consistency with POSIX_MQ#trysend.

This release adds the POSIX_MQ#trysend, POSIX_MQ#tryreceive and
POSIX_MQ#tryshift interfaces to avoid exceptions on common
EAGAIN errors for users of non-blocking queues.

Bugfixes: non-blocking behavior changes to a shared descriptor
in a different process are reflected immediately in the child
(this won't fix race conditions in your code, however).
Minor bugfixes for posix-mq-rb(1) and quieted warnings for
1.9.3dev.
GIT-VERSION-GEN