Skip to content

Commit

Permalink
Add a tailcall link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 11, 2016
1 parent 038ed6b commit d5dc4a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ implementors of futures, as consumers are by far the more common case.
As a bonus, these bounds allow for some [interesting
optimizations][tailcall].

[tailcall]: http://alexcrichton.com/futures-rs/futures/trait.Future.html#method.tailcall

For more discussion on futures of non-`Send` data see the section on [event loop
data][event-loop-data]. Additionally, more technical information about these
bounds can be found [in the FAQ][faq-why-send].
Expand Down

0 comments on commit d5dc4a4

Please sign in to comment.