(fiber, error)
| 13262 | } |
| 13263 | |
| 13264 | function onCommitPhaseError(fiber, error) { |
| 13265 | return dispatch(fiber, error, Sync); |
| 13266 | } |
| 13267 | |
| 13268 | function computeAsyncExpiration(currentTime) { |
| 13269 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected