Create and start a thread to run a given target Parameters ---------- target : runnable Same as threading.Thread args : list Same as threading.Thread name : string Same as threading.Thread daemon : whether or not the thread should be a daemon
(target=None, args=(), name=None, daemon=True)