Skip to content
  • Zeeshan Ali Khan's avatar
    modem-source: Don't assume synchronous cancellation · da348185
    Zeeshan Ali Khan authored
    g_cancellable_cancel() isn't expected to synchronously cancel the async
    operations and hence in the callbacks of async API, we shouldn't assume
    the passed object (as user_data) to be there before successfully
    finishing the async call (and thus ensuring it was not cancelled).
    da348185