"Timeouts and cancellation for humans"
Ziggit
"Timeouts and cancellation for humans"
I just read this interesting discussion of cancelation using “cancelation tokens”: Timeouts and cancellation for humans — njs blog I don’t think it’s as applicable to Zig, since supposedly any timeout code in Zig would be based on a task that had one job, mainly to return error.Canceled after a fixed period of time, but it’s still an interesting approach.
0 comments
No comments yet.