mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: force interface init (#10910)
This commit is contained in:
@@ -57,6 +57,7 @@ fn new_cancel_context(parent Context) &CancelContext {
|
||||
context: parent
|
||||
mutex: sync.new_mutex()
|
||||
done: chan int{cap: 2}
|
||||
err: none
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user