(fiber, error)
| 12713 | } |
| 12714 | |
| 12715 | function onCommitPhaseError(fiber, error) { |
| 12716 | return dispatch(fiber, error, Sync); |
| 12717 | } |
| 12718 | |
| 12719 | function computeAsyncExpiration(currentTime) { |
| 12720 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected