• Martin Wilck's avatar
    - Need a "cleanup" method. · 08867f71
    Martin Wilck authored
    - calling the "call_completion" method unconditionally in finish_async
      (introduced by me) was wrong, because the thread may never be in an
      alertable wait state -> call it only if user completion function is present.
    - We need two constant "ops" objects, one with and one without call_completion
      method (the event field may NOT be used to determine whether the completion
      must be called or not).
    08867f71
comm.c 55.2 KB