(fiber, error)
| 12750 | } |
| 12751 | |
| 12752 | function onCommitPhaseError(fiber, error) { |
| 12753 | return dispatch(fiber, error, Sync); |
| 12754 | } |
| 12755 | |
| 12756 | function computeAsyncExpiration(currentTime) { |
| 12757 | // Given the current clock time, returns an expiration time. We use rounding |
no test coverage detected