On 05/11/15 22:54, David Holmes wrote: > Not sure why you had to inject the helper rather than just "call" > Thread::current() Because Thread::current() might clobber vector state. It's perfectly well allowed to. Andrew.