DelicateStoreApi
@RequiresOptIn(message = "
This API is low-level and ignores all plugins, error-handling, and is not thread-safe.
Use this API in a fast, synchronous manner and provide your own thread-safety measures if needed.
Consider using other, safer alternatives provided by the library, or report your use case to maintainers.
")
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )
Marker annotation for store apis that are not thread-safe