Closed ff14wed closed 1 year ago
Previously the static detours were stored in Arc<OnceCell<>. However this is not necessary since they already have a static lifetime and are Send + Sync. Therefore we can reference them globally instead of what was previously done.
Previously the static detours were stored in Arc<OnceCell<>. However this is not necessary since they already have a static lifetime and are Send + Sync. Therefore we can reference them globally instead of what was previously done.