mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: require assign on type alias (#6477)
This commit is contained in:
@@ -57,7 +57,7 @@ mut:
|
||||
thread_contexts []voidptr
|
||||
}
|
||||
|
||||
pub type ThreadCB fn(p &PoolProcessor, idx int, task_id int)voidptr
|
||||
pub type ThreadCB = fn (p &PoolProcessor, idx int, task_id int) voidptr
|
||||
|
||||
pub struct PoolProcessorConfig {
|
||||
maxjobs int
|
||||
|
||||
Reference in New Issue
Block a user