changes due to review

This commit is contained in:
Robin Bergewski
2025-04-13 15:34:14 +02:00
parent ca72aba9eb
commit 19eb53c321
-1
View File
@@ -235,7 +235,6 @@ size and alignment.
Example:
import "core:sync/chan"
import "base:runtime"
create_raw_unbuffered_example :: proc() {
unbuffered, err := chan.create_raw(size_of(int), align_of(int), context.allocator)