Adding `Effect.logWarning` for long-running effects
I would like to
How would I add an
Effect.logWarning if some effect takes too long - how would I go about this? Take this example: How would I add an
Effect.logWarning when it takes longer than say 2 seconds?