mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
07c59cb4db
If allocation of a `^Thread` failed, `create*` now properly return `nil`, so you can assert on that instead of calling `thread.destroy` on a null pointer, say.