threadGuardMiddleware
Holds a middleware that ensures single-threaded usage of the dispatch. Actions should be dispatched with thread that created this middleware (main thread preferably).
Holds a middleware that ensures single-threaded usage of the dispatch. Actions should be dispatched with thread that created this middleware (main thread preferably).