stalkd.tube

Undocumented in source.

Members

Classes

Tube
class Tube

This class models a tube within a Beanstalkd instance. There are two concepts associated with Tubes - watching and using. When you use a tube you alter the target tube that new jobs get added to. When you watch a tube you are indicating that you are interested in the jobs that have been added to it. You can only use a single tube at any one time but you can watch multiple tubes simultaneously.

Meta