skip to navigation
skip to content

Not Logged In

extended_threading 0.2

extension of the python threading api

  1. subclassable locks
  2. read/write mode lock (write locks are exclusive, read locks are not)
  3. "safe" object based locks to help debug lock code.