Mechatronics Portfolio
Logan Williamson's Mechatronics Portfolio and Documentation Repository
Classes
shares.py File Reference

Task sharing library implementing both shares and queues. More...

Classes

class  shares.Share
 A standard shared variable. More...
 
class  shares.Queue
 A queue of shared data. More...
 

Detailed Description

Task sharing library implementing both shares and queues.

Implements a very simple interface for sharing data between multiple tasks.