coroutines: use photon work_pool when nr_jobs > 0, and use photon libc fn wrappers (#19711)

This commit is contained in:
Joe C 2023-11-01 04:12:52 +11:00 committed by GitHub
parent 57a7db11bf
commit a63f3e6f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 122 additions and 12 deletions

View file

@ -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'