Monday, January 26, 2009

boduch 0.0.9

The 0.0.9 release of the boduch Python library is now available. Changes include:
  • Completely replaced the LockManager class. The locking primitives for exchanging data between event threads is now handled by the Python queue module.
  • Added a new atomic parameter to the EventManager.publish() method. This allows handles to be executed by the same thread that published the event. Event when the event manager is running in threaded mode.
  • Added a new max_threads attribute to the ThreadManager class. This is the maximum number of threads allowed to execute.

No comments :

Post a Comment