mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
coroutines: use photon work_pool when nr_jobs > 0, and use photon libc fn wrappers (#19711)
This commit is contained in:
parent
57a7db11bf
commit
a63f3e6f77
7 changed files with 122 additions and 12 deletions
|
@ -188,6 +188,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
|
|||
// is only available on macos for now, and it is not yet trivial enough to
|
||||
// build/install on the CI:
|
||||
skip_files << 'examples/coroutines/simple_coroutines.v'
|
||||
skip_files << 'examples/coroutines/coroutines_bench.v'
|
||||
$if msvc {
|
||||
skip_files << 'vlib/v/tests/const_comptime_eval_before_vinit_test.v' // _constructor used
|
||||
skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.v'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue