9 ::ll::TypedStorage<1, 1, bool> isCurrentWaitingOnCall;
10 ::ll::TypedStorage<1, 1, bool> mWasCallAborted;
11 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> operationStartTime;
12 ::ll::TypedStorage<8, 8, ::std::chrono::seconds> timeLimit;
13 ::ll::TypedStorage<1, 1, bool> mHasRetryBeenRequested;
14 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mRetryTime;
20 MCNAPI_C
bool hasAsyncOperationTimedOut();
22 MCNAPI_C
void retryCallInSeconds(
int seconds);
24 MCNAPI_C
bool shouldCallBeRetried();
26 MCNAPI_C
void trackNewAsyncOperation(
int timeoutInSeconds);