Expand description
Manage the shim fallback handler.
Statics§
- DEFAULT_
SHIM_ FALLBACK_ HANDLER - The default shim fallback handler.
Type Aliases§
- Default
OnUninit - The default thing to do when both the primary and fallback handlers are uninitialized, that is to use the inner cache to handle the error instead.
- Shim
Fallback Handler - A fallback handler which uses both the global and thread-local scopes, with the thread-local scope taking precedence.