help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Call lisp function asynchronous


From: Barry Margolin
Subject: Re: Call lisp function asynchronous
Date: Sat, 09 Jun 2007 00:14:21 -0400
User-agent: MT-NewsWatcher/3.5.2 (PPC Mac OS X)

In article <87myzbktwu.fsf@lion.rapttech.com.au>,
 Tim X <timx@nospam.dev.null> wrote:

> The timer will probably achieve what you want, but its not done asynchrously 
> in
> the true sense. If the operation associated with the timer is resource
> intensive or long running, you are very likely to observe 'freezes'. 

That's still truly asynchronous.  Asynchronous means that something 
happens automatically when some condition occurs, rather than being part 
of the sequential operation of the program.

Whether the main operation of the program continues in parallel is an 
orthogonal issue.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***


reply via email to

[Prev in Thread] Current Thread [Next in Thread]