1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: minor fixes

This commit is contained in:
Alexander Medvednikov
2020-06-04 19:57:13 +02:00
parent cf9498ef6b
commit fb7ca56d87
6 changed files with 14 additions and 8 deletions

View File

@ -88,9 +88,7 @@ pub fn (mut ts TestSession) test() {
}
ts.files = remaining_files
ts.benchmark.set_total_expected_steps(remaining_files.len)
// QTODO
//mut pool_of_test_runners := sync.new_pool_processor({
mut pool_of_test_runners := sync.new_pool_processor(sync.PoolProcessorConfig{
mut pool_of_test_runners := sync.new_pool_processor({
callback: worker_trunner
})
// for handling messages across threads