mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: replace go with spawn
This commit is contained in:
@@ -240,7 +240,7 @@ pub fn new(config Config) &Picoev {
|
||||
}
|
||||
|
||||
C.picoev_add(voidptr(loop), fd, int(Event.read), 0, accept_callback, pv)
|
||||
go update_date(mut pv)
|
||||
spawn update_date(mut pv)
|
||||
return pv
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user