(fiber, error)
| 12622 | } |
| 12623 | |
| 12624 | function onCommitPhaseError(fiber, error) { |
| 12625 | return dispatch(fiber, error, Sync); |
| 12626 | } |
| 12627 | |
| 12628 | function computeAsyncExpiration(currentTime) { |
| 12629 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected