Re: release not done right away
Re: release not done right away
- Subject: Re: release not done right away
- From: j o a r <email@hidden>
- Date: Wed, 21 Apr 2004 15:37:00 +0200
On 2004-04-21, at 15.16, Nicolas Berloquin wrote:
>
So I consider them a bit like an event that gets sent to a specific
>
target/selector after a specified time.
>
When there is user input, the runloop handles it. When it's a timer I
>
set up for my network handling, that handling is done.
>
And all of this is one after the other. So I can't see where would be
>
the "several event loops".
>
>
Please tell me where my reasoning is wrong.
Every event you get in your run loop triggers a new event loop, ie. a
cascade of execution of code based on what event you receive. You have
one run loop per thread, but from that run loop is initiated a new
event loop whenever a run loop source has new input.
j o a r
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.