You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a "nothreads" feature to drop Send+Sync requirements from OwnedKV.
When using slog in a single-threading context, the Send+Sync
requirement means that we cannot use non-threadsafe objects
as values or as part of a lazy value callback. This feature
flag provides support for this scenario in a backward compatible
way.
0 commit comments