-vet sync/channel.odin

This commit is contained in:
gingerBill
2020-06-22 16:01:26 +01:00
parent 0013033f9a
commit 0db1ebb4e5
2 changed files with 12 additions and 4 deletions

View File

@@ -4,6 +4,8 @@ import "core:mem"
import "core:time"
import "core:math/rand"
_, _ :: time, rand;
Channel :: struct(T: typeid) {
using internal: ^_Channel_Internal(T),
_: bool,