Package buildbot :: Package util :: Module subscription
[frames] | no frames]

Module subscription

source code

Classes to handle subscriptions to event streams.

This will eventually (in the 0.9.x timeframe) be replaced with an implementation based on message passing. Users should be aware they will need to rewrite any custom code that touches this module!

Classes
  SubscriptionPoint
Something that can be subscribed to.
  Subscription
Represents a subscription to a SubscriptionPoint; use SubscriptionPoint.subscribe to get an instance.
Variables
  __package__ = 'buildbot.util'