(fiber, error)
| 13640 | } |
| 13641 | |
| 13642 | function onCommitPhaseError(fiber, error) { |
| 13643 | return dispatch(fiber, error, Sync); |
| 13644 | } |
| 13645 | |
| 13646 | function computeAsyncExpiration(currentTime) { |
| 13647 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected