/Users/gvwilson/asimpy/examples/priqueue.py:13: RuntimeWarning: coroutine 'Queue.put' was never awaited
  self.queue.put(i)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
producer putting 3 at 0
producer putting 2 at 0
producer putting 1 at 0
