1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Ahmad Yasser
cad2cd5583
docs: fix typos using codespell () 2023-02-16 11:43:39 +02:00
Makhnev Petr
c8c70de87d
docs: unify format of notes () 2023-02-13 10:29:02 +02:00
Grantley Cullar
21d18b0792
doc: fix typos () 2022-10-28 22:27:38 +03:00
Andreas Heissenberger
7983495c57
tools: improve v check-md by checking for broken TOC headline links () 2021-06-14 13:12:02 +03:00
Uwe Krüger
8bf3fe5d48
docs: remove & from shared initializers () 2021-02-01 21:43:45 +01:00
Delyan Angelov
f32c6784e7
ci/tools: check-md.v: extract examples and check they are compilable () 2020-11-03 01:04:14 +01:00
Uwe Krüger
3454677eb9
doc: update channel documentation () 2020-09-20 16:20:56 +02:00
Uwe Krüger
433610b5c0
sync/channels: provide .cap and .len() () 2020-08-11 17:52:13 +02:00
Uwe Krüger
c3cdfa1c96
sync/channels: provide `try_push(), try_pop() as public methods () 2020-08-10 18:06:42 +02:00
Uwe Krüger
20a65cf9c8
sync/channels: implement close() method () 2020-08-10 06:22:20 +02:00
Uwe Krüger
863cf8af60
sync: channel implementation () 2020-08-06 15:28:19 +02:00
Uwe Krüger
3c3a91697e
doc: describe upcoming automatic lock feature () 2020-07-10 23:45:03 +02:00
Uwe Krüger
ef02373061
all: remove rwshared keyword, make its semantics default for shared () 2020-07-07 01:57:31 +02:00
Uwe Krüger
bc9f8babaa
docs: describe upcoming concurrency 2020-06-28 13:58:08 +02:00