Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Go routines

Goroutines are coroutines with thread pools for targets that support threads. At present Haxe has no coroutines in the language but is planned for Haxe 5.

The current implementation uses a simple 1 thread per 1 goroutine.