BiblioPixel
3.4.42
Features
The BiblioPixel Tutorial
Getting help
Topic Papers
For BiblioPixel developers
Reference
bibliopixel
bibliopixel package
Subpackages
Module contents
BiblioPixelAnimations
BiblioPixel
Docs
»
Reference
»
bibliopixel
»
bibliopixel package
»
bibliopixel.util package
»
bibliopixel.util.threads package
»
bibliopixel.util.threads.compose_events module
View page source
bibliopixel.util.threads.compose_events module
¶
bibliopixel.util.threads.compose_events.
compose_events
(
events
,
condition=<built-in function all>
)
[source]
¶
Compose a sequence of events into one event.
Arguments:
events: a sequence of objects looking like threading.Event condition: a function taking a sequence of bools and returning a bool.