v/vlib/sync
Uwe Krüger 393b46a6dd
channels: make `ch.len` and `ch.cap` available as properties (#6221)
2020-08-26 06:41:51 +02:00
..
atomic2 sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
bench sync/channels: document more benchmark results (#6135) 2020-08-15 11:20:51 +02:00
channel_1_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_2_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_3_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_4_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_array_mut_test.v all: enable `x = <-ch or {...}` (#6195) 2020-08-23 02:12:05 +02:00
channel_close_test.v sync/channels: implement `close()` method (#6098) 2020-08-10 06:22:20 +02:00
channel_fill_test.v channels: make `ch.len` and `ch.cap` available as properties (#6221) 2020-08-26 06:41:51 +02:00
channel_opt_propagate_test.v all: enable `x = <-ch or {...}` (#6195) 2020-08-23 02:12:05 +02:00
channel_select_2_test.v cgen: implement channel `push()`/`pop()` using `<-` operator (#6154) 2020-08-17 23:35:36 +02:00
channel_select_test.v sync/channels: provide `try_push(), try_pop() as public methods (#6101) 2020-08-10 18:06:42 +02:00
channels.v all: add builtin channel type `chan elem_type` (#6126) 2020-08-14 21:18:42 +02:00
pool.v checker: add error for `fn f() Struct { return &Struct{} }` (#6019) 2020-07-29 21:40:43 +02:00
pool_test.v fix cmd/tools/vtest.v build 2020-04-02 15:52:23 +02:00
select_close_test.v sync/channels: provide `try_push(), try_pop() as public methods (#6101) 2020-08-10 18:06:42 +02:00
sync_nix.c.v sync/semaphores: use dispatch semaphores on MacOS (#6110) 2020-08-12 03:45:09 +02:00
sync_windows.c.v sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
waiter_nix.c.v all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00
waiter_windows.c.v sync: use Event for waitgroup on windows 2020-06-23 03:23:42 +10:00
waitgroup.v all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00