guarded Do
Perform the specified I/O operation, guarded by a try/catch that invokes the same failure handler as the operation itself would in the event of an asynchronous failure.
Parameters
op
The I/O operation.
Perform the specified I/O operation, guarded by a try/catch that invokes the same failure handler as the operation itself would in the event of an asynchronous failure.
The I/O operation.