Finite automaton is a well-known topic which finds applications in software engineering (e.g. pattern matching or regular expressions in general).
ω-automaton are another kind of automaton, defined similarly to finite automaton except that they are designed to be run on infinite words (which can be thought of as streams) and have an acceptance condition instead of accepting states.
I am looking for usage of ω-automaton in engineering. In particular, do you know some software that rely on some kind of ω-automata?