On Sun, 2 Dec 2018 at 22:24, Ted Hyde <[email protected]> wrote: I understand the concept of non-blocking routines from other aspects of > my career, so have been cautious to avoid a test like "where" that could > potentially stall the python script.
I don't think you need to worry about blocking in Python code. It all runs in userspace and can (and will) be interrupted. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1916 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
