Advanced
This appendix will give a concise orientation to Pin and Unpin, atomic
memory ordering, manual Future implementations, unsafe Rust, lifetime
variance, and complex macros.
Each topic will answer four questions:
- What problem does it solve?
- Where will you encounter it?
- What safe, public-facing mental model is enough for now?
- What signal means it is time to study the internals?