crossbeam
crossbeam copied to clipboard
scope 'env lifetime
is the scope's 'env lifetime bound with closure's lifetime?
In my opinion, 'env lifetime means that scope needs a lifetime which equal or longer than 'env; and the closure's lifetime is just equal to 'env; So, it looks like "scope's 'env lifetime bound with closure's lifetime".