POSIX_MQ#notify only works on GNU/Linux for now
commit3700db51399e4949ed314ad0545d037b7762064e
authorEric Wong <normalperson@yhbt.net>
Thu, 7 Jan 2010 09:28:57 +0000 (7 09:28 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 7 Jan 2010 09:33:57 +0000 (7 01:33 -0800)
tree39d37cc0942d31250ec088d19cea86cf5e2c31a5
parent40d61f55ac53e3cd2f229d0b032da03032e3d53d
POSIX_MQ#notify only works on GNU/Linux for now

SIGEV_THREAD is not easy to implement, so many platforms
do not implement it.
README
lib/posix_mq.rb
test/test_posix_mq.rb