<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Coroutines may be messing up with GTask's return"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94662#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Coroutines may be messing up with GTask's return"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94662">bug 94662</a>
              from <span class="vcard"><a class="email" href="mailto:marcandre.lureau@gmail.com" title="Marc-Andre Lureau <marcandre.lureau@gmail.com>"> <span class="fn">Marc-Andre Lureau</span></a>
</span></b>
        <pre>No conflict for me, the task GMainContext is the same (there is no thread etc).
It makes sense that there has been further main loop iteration before the task
returns. spicevmc want to return in idle, so the caller resumes in "main"
coroutine context. I don't know what happens if you do the task return from the
coroutine. Most likely, this ends in laster coroutine yields errors if the
resume function do not deal well with coroutine contexts.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>