This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Description
As currently proposed, futures-core 0.3 will not build in task-local data. The idea is to instead address needs here through external libraries via scoped thread-local storage.
For any robust task-local data, however, we want the ability to hook into the task spawning process, so that data inheritance schemes can be set up.
This issue tracks the design of such hooks.