Skip to content
  • Christian Hergert's avatar
    glib: add g_task_return_* helpers · 1c7988e5
    Christian Hergert authored
    If we are currently in the active tasks GMainContext, we can end up
    returning immediately. We don't want to do that in some cases because we
    hold a lock that is internal to the data structure.
    
    This allows those situations to be explicit about the dispatch cycle.
    1c7988e5