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

all: extend wait() method to array of thread handles (#8840)

This commit is contained in:
Uwe Krüger
2021-02-22 14:08:52 +01:00
committed by GitHub
parent ac1c4932e7
commit 5306b2788c
12 changed files with 177 additions and 48 deletions

View File

@ -96,6 +96,7 @@ const (
'vlib/v/tests/generic_chan_test.v',
'vlib/v/tests/generics_method_test.v',
'vlib/v/tests/generics_test.v',
'vlib/v/tests/go_array_wait_test.v',
'vlib/v/tests/go_call_generic_fn_test.v',
'vlib/v/tests/go_wait_2_test.v',
'vlib/v/tests/interface_edge_cases/assign_to_interface_field_test.v',