mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
all: experimental locked concurrency support, part 1 (#5637)
This commit is contained in:
parent
27149ba8bc
commit
3b067f5f85
27 changed files with 510 additions and 51 deletions
7
vlib/live/sharedlib/live_sharedlib.v
Normal file
7
vlib/live/sharedlib/live_sharedlib.v
Normal file
|
@ -0,0 +1,7 @@
|
|||
module sharedlib
|
||||
|
||||
import live
|
||||
|
||||
pub const (
|
||||
is_used = 1
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue