mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: experimental locked concurrency support, part 1 (#5637)
This commit is contained in:
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
|
||||
)
|
Reference in New Issue
Block a user