+1 for documenting whether the @spawn and @spawnat do scope blocks in the same way as @async.
On Tuesday, March 10, 2015 at 5:10:32 PM UTC+2, Ben Arthur wrote: > > +1 for documenting whether @async introduces a scope block. is what amit > said true? > > On Saturday, July 20, 2013 at 4:23:21 AM UTC-4, Amit Murthy wrote: >> >> My understanding is that "let" blocks only localize variables explicitly >> specified on the first line, while @async localizes all variables. >> >
