mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 11:15:50 +08:00
* Re-throw operation_cancelled There's a few places in fdbcli where we don't rethrow operation cancelled but wait on a future. It's very unusual that you don't want to rethrow operation_cancelled. * Update ASSERT It's possible to get error_code_broken_promise here if the network has already shutdown.