mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-12 22:31:25 -07:00
changes due to review
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user