1.0.37.18: New contrib SB-CONCURRENCY.
authorTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Tue, 30 Mar 2010 10:46:43 +0000 (10:46 +0000)
committerTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Tue, 30 Mar 2010 10:46:43 +0000 (10:46 +0000)
commitea0735f0b8bab352d6c9797abec19e8c63563cf6
treef0657e7e6e7e07e7c8a234c5dfe0d9e3e57c4e9b
parenta376a47c6ceacf97759c94b5400b1e480c6c9203
1.0.37.18: New contrib SB-CONCURRENCY.

sb-concurrency related changes:

  * create contrib/sb-concurrency/

  * add the implementation of lock-free Queues from sb-queue.

  * add a new implementation of Mailboxes on top of the Queues.

sb-queue related changes:

  * merged into sb-concurrency

  * deprecated now, but the system / package is still retained for
    backwards compatibility; the package simply reexports from
    sb-concurrency.

doc changes:

  * add section for sb-concurrency to manual
16 files changed:
NEWS
contrib/sb-concurrency/Makefile [new file with mode: 0644]
contrib/sb-concurrency/mailbox.lisp [new file with mode: 0644]
contrib/sb-concurrency/package.lisp [new file with mode: 0644]
contrib/sb-concurrency/queue.lisp [new file with mode: 0644]
contrib/sb-concurrency/sb-concurrency.asd [new file with mode: 0644]
contrib/sb-concurrency/sb-concurrency.texinfo [new file with mode: 0644]
contrib/sb-concurrency/tests/package.lisp [new file with mode: 0644]
contrib/sb-concurrency/tests/test-mailbox.lisp [new file with mode: 0644]
contrib/sb-concurrency/tests/test-queue.lisp [new file with mode: 0644]
contrib/sb-concurrency/tests/test-utils.lisp [new file with mode: 0644]
contrib/sb-queue/sb-queue.asd
contrib/sb-queue/sb-queue.texinfo
doc/manual/Makefile
doc/manual/contrib-modules.texinfo
version.lisp-expr