[perl #131740] [BUG] Concurrent threads report same Thread ID post-await

2017-07-13 Thread via RT
# 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

[perl #131740] [BUG] Concurrent threads report same Thread ID post-await

2017-07-12 Thread jn...@jnthn.net via RT
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

[perl #131740] [BUG] Concurrent threads report same Thread ID post-await

2017-07-12 Thread jn...@jnthn.net via RT
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