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
array_rlock_test.v
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
channel_try_unbuf_test.v
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
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
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
thread_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
thread_windows.c.v
waitgroup_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
waitgroup.c.v

Description:

sync provides cross platform handling of concurrency primitives.