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:
@ -2,8 +2,8 @@ module main
|
||||
|
||||
// This prelude is loaded in every v program compiled with -live,
|
||||
// but only for the shared library.
|
||||
import live.shared
|
||||
import live.sharedlib
|
||||
|
||||
const (
|
||||
no_warning_live_shared_is_used = shared.is_used
|
||||
no_warning_live_shared_is_used = sharedlib.is_used
|
||||
)
|
||||
|
Reference in New Issue
Block a user