(fiber, error)
| 13527 | } |
| 13528 | |
| 13529 | function onCommitPhaseError(fiber, error) { |
| 13530 | return dispatch(fiber, error, Sync); |
| 13531 | } |
| 13532 | |
| 13533 | function computeAsyncExpiration(currentTime) { |
| 13534 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected