-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
WithTaskLocals
to make the handling of task local values more e…
…fficient. (#63) * add `WithTaskLocalValues` to efficiently close of TaskLocalValues * add `WithTaskLocalValues` to efficiently close of TaskLocalValues * mention that `@init` is now dereferenced once per task * handle `nothing` case * fix for mapping functions * docs * add some notes * rename WithTaskLocalValues -> WithTaskLocals * add tests * add version log * fix * Update macro_impl.jl * Update macro_impl.jl * Update macro_impl.jl * Update macro_impl.jl * update docs * Update CHANGELOG.md * fix docstring
- Loading branch information
1 parent
0ed78b4
commit 0f9d61b
Showing
9 changed files
with
278 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.