- Need a "cleanup" method.
commit08867f7149f82446f8df9e3ebfa85563db5adbf2
authorMartin Wilck <Martin.Wilck@fujitsu-siemens.com>
Sun, 14 Apr 2002 19:34:57 +0000 (14 19:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 14 Apr 2002 19:34:57 +0000 (14 19:34 +0000)
treed0f303e2f670f2745ae2e83cada89404c09bf853
parent18c1514c749a13b54f3a2679bf4ed28dc3e7c464
- Need a "cleanup" method.
- 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).
dlls/kernel/comm.c
files/file.c
include/async.h