[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: why asyncs were created
From: |
Marius Vollmer |
Subject: |
Re: why asyncs were created |
Date: |
03 Sep 2002 01:42:43 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Tom Lord <address@hidden> writes:
> Since there is talk of removing the async abstraction, [...]
As a clarification, I have in mind to keep the "async" name and the
"async" behavior, but an async does not need to continue to be an
opaque object; it could just be a normal procedure that is used in a
special way.
Instead of
(let ((a (make-async PROC)))
(mark-async a))
one could just do
(mark-async PROC)
with the same meaning.
(make-async would continue to be provided.)
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405