Interesting thread. What should one use to have a chunk of asynchronous code that does not localize variables?
On Saturday, July 20, 2013 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. > > > On Sat, Jul 20, 2013 at 1:01 PM, Toivo Henningsson > <toiv...@gmail.com<javascript:> > > wrote: > >> Alternatively, @async could require to be invoked as @async let ... end >> > >