/lem-mailbox

Mailbox ANSI CL implementation from SBCL

Primary LanguageCommon LispMIT LicenseMIT

Lem Mailbox

This is an ANSI CL adaptation from the SBCL Mailbox utility, it has been tested only in ABCL for now, but it should work on any ANSI CL implementation.

Requirements

  • bordeaux-threads
  • bt-semaphore
  • queues

Installation

(ql:quickload :lem-mailbox)

Usage

The usage should be similar to the version in SBCL mailbox