lem-project / lem-mailbox

Mailbox ANSI CL implementation from SBCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mailbox ANSI CL implementation from SBCL

License:MIT License


Languages

Language:Common Lisp 100.0%