# New Ticket Created by Evan Miller
# Please include the string: [perl #131740]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131740 >
I'm using the new scheduler behavior described here:
https://github.com/rakudo/rakudo/pul
On Tue, 11 Jul 2017 15:30:40 -0700, emmil...@gmail.com wrote:
> I'm using the new scheduler behavior described here:
>
> https://github.com/rakudo/rakudo/pull/1004
>
> After an "await" on a managed (non-main) thread it appears that
> execution
> may continue on a different thread than it began on
On Tue, 11 Jul 2017 15:30:40 -0700, emmil...@gmail.com wrote:
> I'm using the new scheduler behavior described here:
>
> https://github.com/rakudo/rakudo/pull/1004
>
> After an "await" on a managed (non-main) thread it appears that
> execution
> may continue on a different thread than it began on