Package envi :: Module threads
[hide private]
[frames] | no frames]

Module threads

source code

A couple useful thread related toys...

Functions [hide private]
 
firethread(func)
A decorator which fires a thread to do the given call.
source code
Variables [hide private]
  __package__ = 'envi'
Function Details [hide private]

firethread(func)

source code 

A decorator which fires a thread to do the given call.

NOTE: This means these methods may not return anything and callers may not expect sync behavior!