On Wed, Oct 26, 2016 at 5:35 PM, Edward K. Ream <[email protected]> wrote:
> > Rev 4e54da8 changes the terminology from BackgroundManager to > IdleTimeManager, and renames the g.app ivar similarly. Indeed, the > IdleTimeManager has nothing much to do with background processes, although > the PylintBackgroundManager does indeed use idle-time to poll the presently > executing pylint process. > ​Recent revs created leoBackground​.py, which defines a base BackgroundManager class that *is* related to running processes in the background. Indeed, the PylintBackgroundManager now consists of nothing but a ctor. Each BackgroundManager instance defines its own process queue, so if you want to intermix process types you should use a single instance to manage them all. This is possible with the existing code because the command argument passed to bm.start_process can vary. I'll be documenting all this in more detail in the Scripting Miscellany section. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
