Action responsibility First, we finally have some...
# decouple
c
Action responsibility First, we finally have some proper documentation on the concept of "action responsibility": all asynchronous operations under Decouple are tied to a single composable function which is responsible for both cancellation and user feedback. This ensures that we can't forget useless work started in the background, and we know that users will be notified when something takes some time. It removes the need for the application developer to always remember to implement progress indicators: they come out of the box. Learn more here