asyncCancel method

bool asyncCancel(
  1. int requestId
)

Best-effort cancellation for an async request.

Implementation

bool asyncCancel(int requestId) => _native.asyncCancel(requestId);