Lucas Murray ME 305 Portfolio
|
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... | |
Task sharing library implementing both shares and queues.
Implements a very simple interface for sharing data between multiple tasks. Source Code: https://bitbucket.org/lmurray03/me305_lucas_murray/src/master/Lab%200x02/shares.py