Principles
In pyACL, a stream is a sequence of tasks that execute in order. Different streams execute their tasks concurrently. A default stream is bound to a default context. If no stream is created explicitly, the default stream can be used. To pass the default stream to any API call, pass 0 directly.
Parent topic: Stream Management