Language

Package: sbcl-green-threads @ 0.3-1.fff5ebe

Synopsis

Cooperative multitasking library for Common Lisp

Description

This library allows for cooperative multitasking with help of cl-cont for continuations. It tries to mimic the API of bordeaux-threads as much as possible.

Home page
https://github.com/thezerobit/green-threads
Location
gnu/packages/lisp-xyz.scm (line: 8616, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'cl-async-future' does not match package name 'sbcl-cl-async-future'
input-labels

Identify input labels that do not match package names

label 'cl-cont' does not match package name 'sbcl-cl-cont'