currently if we use tap with an asyncrhonous function the tap decorator waits for its settlement, which is not desirable since we do not care about its result
it would be better if instead we ignore its settlement, basically paralelizing the code inside tap with the flow of the parent pipeline execution.
currently if we use tap with an asyncrhonous function the tap decorator waits for its settlement, which is not desirable since we do not care about its result
it would be better if instead we ignore its settlement, basically paralelizing the code inside tap with the flow of the parent pipeline execution.