GliderJan Varho

Actor Model for BlitzMax v.1.20

  • actors
  • BlitzMax
  • concurrency
  • module
  • threading

Implementation of the actor model for BlitzMax, updated version 1.20 with better thread management and more robust locking. Works both threaded and non-threaded, though there are obviously some differences. Methods and types state when they are threaded-only. Requires a fairly recent version of BlitzMax.

Included are three simple sample programs illustrating the API. If installed as a module, also docs are included.

Install: Extract in BlitzMax/mod, build modules, rebuild docs. Alternatively, comment out module lines and import locally. Download (source only): actor.mod-1.20.zip (7 KB) License: Public domain