Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use invokelatest for easy_hook, avoid race (#241)
- uses `Base.invokelatest` while invoking `easy_hook` methods because the downloads instance and callbacks may be in different world ages. - stores the `easy_hook` in local var to avoid races that cn happen between checking and invoking fixes #240
- Loading branch information