Package omero :: Package util :: Module concurrency
[hide private]
[frames] | no frames]

Module concurrency

source code

Classes [hide private]
  AtExitEvent
threading.Event extension which provides an additional method setAtExit() which sets "atexit" to true.
  Timer
Based on threading._Thread but allows for resetting the Timer.
Functions [hide private]
 
get_event(name="Unknown")
Returns a threading.Event instance which is registered to be "set" (Event.set()) on system exit.
source code

Imports: os, sys, time, atexit, threading, omero, exceptions, logging