(fiber, error)
| 13383 | } |
| 13384 | |
| 13385 | function onCommitPhaseError(fiber, error) { |
| 13386 | return dispatch(fiber, error, Sync); |
| 13387 | } |
| 13388 | |
| 13389 | function computeAsyncExpiration(currentTime) { |
| 13390 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected