(fiber, error)
| 13424 | } |
| 13425 | |
| 13426 | function onCommitPhaseError(fiber, error) { |
| 13427 | return dispatch(fiber, error, Sync); |
| 13428 | } |
| 13429 | |
| 13430 | function computeAsyncExpiration(currentTime) { |
| 13431 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected