PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Running Functions as Threads in Python « Software Ramblings

mercredi 8 avril 2015 à 16:24
GuiGui's Show - Liens 08/04/2015
« import thread

def someFunc():
   print "someFunc was called"

thread.start_new_thread(someFunc, ()) »

Simple, efficace.
(Permalink)