Clarify asynchronous nature of wxWebRequest::Cancel() in the docs

This commit is contained in:
Vadim Zeitlin
2021-01-12 02:30:33 +01:00
parent dceb24ad7c
commit 5713d17ab0

View File

@@ -196,6 +196,10 @@ public:
/** /**
Cancel an active request. Cancel an active request.
Note that cancelling is asynchronous, so the application needs to wait
until the request state becomes @c State_Cancelled to know when the
request was really cancelled.
*/ */
void Cancel(); void Cancel();