Package gyropy :: Module g_mailbox
[frames] | no frames]

Module g_mailbox

source code

Classes
  EOF
  mailbox
  waitbox
This is a stripped down mailbox that is good for one message between one sender and one reciever.
  repbox
Like a mailbox, but produces infinite copies of whatever value was put in there last.
  listbox
A mailbox with an unbounded queue.
  maillist
A mailbox with an unbounded queue.
Functions
 
prinfo(*s) source code
 
test1(m, n=1000) source code
 
test2(m) source code
 
testmt() source code
Variables
  DEBUG = False
  testmt_waiting = 0
  __package__ = 'gyropy'

Imports: T, sys, Lock, Condition