Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
It is very similar to Thunk, however execute suspends. It should be used to perform asynchronous logic. Important: It is a ForegroundJobAction and thunkMiddleware is responsible for launching foreground coroutine.
Link copied to clipboard
It is an equivalent of Redux thunk. In ReduKt it is an Action that contains some logic in execute method. It can interact with a store through DispatchScope.
Link copied to clipboard
Marker interface for every thunk.
Functions
Properties
Link copied to clipboard
Consumes every thunk and executes it. If action is a CoThunk, it is executed in a foreground coroutine.