Since command interceptions may want to execute side effects while still forwarding the received Action to the next chain item, a Forwarding reaction should be added for command interceptions that doesn't expect an immediateAction. This would work similar to Pipe but with additional suspending behavior and deferred dispatching.
Since command interceptions may want to execute side effects while still forwarding the received
Action
to the next chain item, aForwarding
reaction should be added for command interceptions that doesn't expect animmediateAction
. This would work similar toPipe
but with additional suspending behavior and deferred dispatching.