You can "turn an ordinary function into a thread" using the Thread class: just pass the function as the value for the `target' argument:
import threading
threading.Thread(target=your_function).start()
Group items matching
in title, tags, annotations or urlPython Package Index : JCC 2.0 - 0 views
Python Objects - 0 views
Index of /~matloff/Python - 0 views
« First
‹ Previous
161 - 180 of 474
Next ›
Last »
Showing 20▼ items per page