python - thread for callback function in timeout_add -


on thread callback function gets executed after every "interval" milliseconds when schedule function using following method??

def glib.timeout_add(interval, callback, ...) 

https://developer.gnome.org/pygobject/stable/glib-functions.html#function-glib--timeout-add

in thread running default main loop.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -