aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/task/task.go
AgeCommit message (Expand)Author
9 daysruntime: make channels parallelism-safeAyke van Laethem
2024-11-27runtime: use uint32 for the channel state and select indexAyke van Laethem
2024-11-20runtime: move scheduler code aroundAyke van Laethem
2024-10-23wasm: use precise GC for WebAssembly (including WASI)Ayke van Laethem
2022-06-19runtime: move *task.DeferFrame hereAyke van Laethem
2022-06-16compiler: implement recover() built-in functionAyke van Laethem
2021-12-17internal/task: swap stack chain when switching goroutinesNia Waldvogel
2021-06-01scheduler: task.Data made 64bit to avoid overflowKenneth Bell
2021-05-28Revert "scheduler: task.Data made 64bit to avoid overflow"deadprogram
2021-05-28scheduler: task.Data made 64bit to avoid overflowKenneth Bell
2020-08-27arm: automatically determine stack sizesAyke van Laethem
2020-03-17refactor coroutine lowering and tasksJaden Weiss