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

Module concurrency

source code

Classes [hide private]
  Timer
Based on threading._Thread but allows for resetting the Timer.
Functions [hide private]
 
get_event()
Returns a threading.Event instance which is registered to be "set" (Event.set()) on system exit.
source code

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