1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sync
2023-07-02 15:45:30 +03:00
..
bench vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
pool sync.pool: fix pointer cast warning (#16902) 2023-01-08 12:34:46 +02:00
stdatomic fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
threads all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
array_rlock_test.v tests: move rlock and shared array tests from builtin to sync 2021-03-18 19:51:11 +02:00
channel_1_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_3_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_4_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_array_mut_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_close_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_fill_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_opt_propagate_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_polling_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
channel_push_or_1_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
channel_push_or_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_3_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_4_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_5_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_6_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
channel_try_buf_test.v tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
channel_try_unbuf_test.v tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
channels.c.v channels: refactor the channel_select function (#18711) 2023-07-02 15:45:30 +03:00
channels.js.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
empty_struct_chan_init_test.v sync: fix error of empty struct channel (fix #17556) (#17597) 2023-03-11 12:02:51 +02:00
many_times_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
many_times.v sync: move sync.atomic2 to sync.stdatomic, cleanup 2021-12-28 10:16:22 +02:00
once_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
once_with_param_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
once.v docs,sync: separate example code blocks with a newline (#17165) 2023-01-30 21:25:33 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
select_close_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
struct_chan_init_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
sync_darwin.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
sync_default.c.v sync: add Mutex.destroy and RwMutex.destroy methods (#18351) 2023-06-06 14:45:12 +03:00
sync_windows.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
thread_default.c.v sync: document sync.thread_id() 2022-03-23 19:52:20 +02:00
thread_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
thread_windows.c.v sync: add sync.thread_id() u64 { (#13810) 2022-03-23 19:19:14 +03:00
waitgroup_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
waitgroup.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00

Description:

sync provides cross platform handling of concurrency primitives.