# New Ticket Created by Andrew Egeler
# Please include the string: [perl #123702]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=123702 >
'await do for 1..5 { start { buf8.new } }' results in error 50+% of the time on
my machine (perl6-m).
https://github.com/retupmoca/rakudo/commit/d2eba029e90d89b48085b800118251deb578f43b
seems to fix the issue, but I don't know if it's a good idea or what other
implications that change would have; or even if that's the best way to
implement the fix.