Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 511 Bytes

Partial continuation based light-weight thread like actor model for Gauche

Features

  • With partial continuation
  • With pthread pool
  • Non-preemptive
  • But it have a few slicing point
  • Not have dedicated synchronization
  • Each thread have a mailbox
  • Asynchronous message passing by actor-send! and actor-receive!

Install

$ git clone git://github.com/ayatoy/Gauche-control-actor.git
$ cd Gauche-control-actor
$ ./DIST gen
$ ./configure
$ make check
$ [sudo] make install