• Stars
    star
    224
  • Rank 177,792 (Top 4 %)
  • Language
    Common Lisp
  • License
    MIT License
  • Created about 14 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Portable shared-state concurrency for Common Lisp

Bordeaux-Threads is a Common Lisp threading library.

It exposes generic primitives required for synchronization in multi-threading programming, such as threads, mutexes, semaphores and condition variables, as well as some atomic operations.

You can read its manual here.