Expand description
A type map for storing data of arbritrary type.
Structs§
- Extensions
Extensionsis a type map: values are stored and retrieved using theirTypeId.
Functions§
- get_
local_ item - Retrieve any item from task-local storage.
- set_
local_ item - Set an item in task-local storage.
- with_
extensions - Sets a task local to
Extensionsbeforefutis run, and fetches the contents of the task local Extensions after completion and returns it.