Changes for version 0.031 - 2026-06-30
- Internal Changes
- Remove Go::Poll class.
- Rename Go::Coroutine to Go::Goroutine.
- Rename Go::Goroutine#disable field to disabled.
- Add TYPE_CHANNEL_READ and TYPE_CHANNEL_WRITE constants to Go::Schedule.
- Prepare using libuv.
- Remove disabled goroutines from ready goroutine queue.
Modules
Goroutines of The Go Programming Language
Golang Compatible Channel
Short Description
Context propagation, cancellation, and value sharing (Go-style)
Short Description
Short Description
Short Description
Short Description
Short Description
A duration of time (Go-style, long)
Error for Goroutine IO Timeout
Goroutines
Signal Manipulation
Scheduling Goroutines
Shceduling Task
Go select Statement
Selected Cases
Result of select
Go WaitGroup
Time management with monotonic time support (Go-style)