Execute action in a coroutine scope governed by the specified blockingDetection mode.
Example:
withBlockHoundMode(BlockingDetection.DISABLED) { someBlockingCall() }