RFC: 'task
lifetime
#295
Labels
T-lang
Relevant to the language team, which will review and decide on the RFC.
'task
lifetime
#295
Issue by huonw
Saturday Aug 24, 2013 at 00:06 GMT
For earlier discussion, see rust-lang/rust#8726
This issue was labelled with: A-lifetimes, B-RFC in the Rust repository
Add a
'task
lifetime that represents things that live as long as the task, e.g. borrowing a@T
would give a&'task T
.I haven't met any instance where I really needed this; but @bblum said he'd be interested, and I have met a few lifetime issues with borrowing things out of
@
in a chain (but this is probably just #3511).The text was updated successfully, but these errors were encountered: