Module shim

Module shim 

Source
Expand description

Manage the shim fallback handler.

Statics§

DEFAULT_SHIM_FALLBACK_HANDLER
The default shim fallback handler.

Type Aliases§

DefaultOnUninit
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.
ShimFallbackHandler
A fallback handler which uses both the global and thread-local scopes, with the thread-local scope taking precedence.