Gforth offers two multitaskers: a traditional, cooperative round-robin multitasker (undocumented), and a multitasker based on POSIX threads (pthreads) which allows to run several threads concurrently on multi-core machines (documented here). The pthread-based multi-tasker is now marked as experimental feature, as standardization of Forth multitaskers will likely result in changes here and there.