Package tp :: Package client :: Module threadcheck
[show private | hide private]
[frames | no frames]

Module tp.client.threadcheck

Classes
thread_checker This class can be set as the metaclass for an object to make sure that it is only access from a single thread.

Function Summary
  thread_safe(func)
Mark this function as thread safe so can be called accross thread boundaries.

Function Details

thread_safe(func)

Mark this function as thread safe so can be called accross thread
boundaries.

Generated by Epydoc 2.1 on Fri Jan 1 08:00:26 2010 http://epydoc.sf.net