(fiber, error)
| 13389 | } |
| 13390 | |
| 13391 | function onCommitPhaseError(fiber, error) { |
| 13392 | return dispatch(fiber, error, Sync); |
| 13393 | } |
| 13394 | |
| 13395 | function computeAsyncExpiration(currentTime) { |
| 13396 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected