Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created November 7, 2016 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/26cd8786d5c6133129047804b53948e0 to your computer and use it in GitHub Desktop.
Save zoffixznet/26cd8786d5c6133129047804b53948e0 to your computer and use it in GitHub Desktop.
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ while ./perl6 --ll-exception t/04-nativecall/20-concurrent.t; do true; done
1..3
ok 1 - Correct results when running native code across threads
ok 2 - A sleeping native call does not block running/GC in another thread
ok 3 - Can call native function while one in another thread is sleeping
1..3
ok 1 - Correct results when running native code across threads
ok 2 - A sleeping native call does not block running/GC in another thread
ok 3 - Can call native function while one in another thread is sleeping
1..3
ok 1 - Correct results when running native code across threads
ok 2 - A sleeping native call does not block running/GC in another thread
ok 3 - Can call native function while one in another thread is sleeping
1..3
ok 1 - Correct results when running native code across threads
ok 2 - A sleeping native call does not block running/GC in another thread
ok 3 - Can call native function while one in another thread is sleeping
1..3
ok 1 - Correct results when running native code across threads
ok 2 - A sleeping native call does not block running/GC in another thread
ok 3 - Can call native function while one in another thread is sleeping
1..3
Cannot invoke this object (REPR: P6opaque; Scalar)
at gen/moar/m-CORE.setting:38278 (././CORE.setting.moarvm:)
from gen/moar/m-CORE.setting:38043 (././CORE.setting.moarvm:)
from gen/moar/m-CORE.setting:37931 (././CORE.setting.moarvm:)
from gen/moar/m-CORE.setting:37945 (././CORE.setting.moarvm:)
from gen/moar/m-CORE.setting:37921 (././CORE.setting.moarvm:)
from gen/moar/m-CORE.setting:37708 (././CORE.setting.moarvm:THREAD-ENTRY)
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 -v
This is Rakudo version 2016.10-213-ge10f767 built on MoarVM version 2016.10-37-gf769569
implementing Perl 6.c.
cpan@perlbuild2~/CPANPRC/rakudo (nom)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment