mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ast: merge IfExpr
and CompIf
(#6011)
This commit is contained in:
@ -8,9 +8,8 @@ import time
|
||||
#flag -lpthread
|
||||
$if macos {
|
||||
#include <dispatch/dispatch.h>
|
||||
} $else {
|
||||
#include <semaphore.h>
|
||||
}
|
||||
#include <semaphore.h>
|
||||
|
||||
// [init_with=new_mutex] // TODO: implement support for this struct attribute, and disallow Mutex{} from outside the sync.new_mutex() function.
|
||||
[ref_only]
|
||||
|
Reference in New Issue
Block a user