Re: Suggestion for new watcher type: called immediately after execution of current watcher has finished

2015-04-18 Thread Marc Lehmann
On Fri, Apr 17, 2015 at 07:48:15PM +0200, Thilo Schulz th...@tjps.eu wrote: What I was missing for this case was a way to make libev execute something immediately after the current watcher is done, even before other pending watchers are executed. And why would the be necessary? If ev_prepare

Suggestion for new watcher type: called immediately after execution of current watcher has finished

2015-04-17 Thread Thilo Schulz
Hello, the software I am currently writing is very modular - with functions in modules being called directly from the event library, and with modules having control over when they can be unloaded (this may happen when a final closing event arrives, and the module then knows it's done and can