mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
changes due to review
This commit is contained in:
@@ -235,7 +235,6 @@ size and alignment.
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
import "core:sync/chan"
|
import "core:sync/chan"
|
||||||
import "base:runtime"
|
|
||||||
|
|
||||||
create_raw_unbuffered_example :: proc() {
|
create_raw_unbuffered_example :: proc() {
|
||||||
unbuffered, err := chan.create_raw(size_of(int), align_of(int), context.allocator)
|
unbuffered, err := chan.create_raw(size_of(int), align_of(int), context.allocator)
|
||||||
|
|||||||
Reference in New Issue
Block a user