multi-tasking

GForth Reference implementation of multi-tasking standard proposal



\ Proposed multi-tasking wordset for Forth, reference implementation.
\ For GForth + GCC, running on a system with POSIX threads.

\ You'll need one or the other of these:
require linux-support.fs
\ require posix-support.fs

require mt.fs
require atomic.fs

\ You'll need one or the other of these:
require clh.fs
\ require spinlock.fs

by AndrewHaley

avatar of AndrewHaley

Versions

0.4.0, 0.2.0

Download current as zip

Tags

None

Dependencies

None

Dependents

None