One and a half colors
One and a half colors
Posted Dec 3, 2025 2:55 UTC (Wed) by Cyberax (✭ supporter ✭, #52523)In reply to: One and a half colors by sionescu
Parent article: Zig's new plan for asynchronous programs
Go can actually pre-empt computation-heavy goroutines. It's implemented using signals: https://github.com/golang/proposal/blob/master/design/245...
