(fiber, error)
| 13482 | } |
| 13483 | |
| 13484 | function onCommitPhaseError(fiber, error) { |
| 13485 | return dispatch(fiber, error, Sync); |
| 13486 | } |
| 13487 | |
| 13488 | function computeAsyncExpiration(currentTime) { |
| 13489 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected