Skip to content

vpavlov/cl-fiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CL-FIBER is a simple API for creating cooperative multithreads in Common
Lisp . It is based on cl-cont and uses delimited continuations to form fibers. 
The API is fashioned after SB-THREAD and has similar public interface.

Author:

  Valentin Pavlov <x.pavlov@gmail.com>

License:

  MIT-style. See file LICENSE for details.

Bugs and Issues:

  None yet, this is an early beta release, not tested enough.

Usage example:

  See test.lisp

About

Fiber API for Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published