Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force post notification job callback to static lifetime (#357)
Post notification job callback is kept by Redis for unknown time and so we must force it live for the static lifetime. Notice that this does not mean that the value must live forever, it just means that it can not hold any none static references. For more information: https://practice.rs/lifetime/static.html#t-static
- Loading branch information