brianegan / redux_thunk

Redux Middleware for handling functions as actions
MIT License
88 stars 8 forks source link

Wait for a ThunkAction to complete? #14

Closed naiveai closed 4 years ago

naiveai commented 5 years ago

Is there any way to wait for a ThunkAction to finish after dispatching it, like there is in the the JavaScript version of redux-thunk?