Tagged Questions
10
votes
1answer
341 views
How to generate a real-time stream of data?
I'm experimenting with Inversion-of-Control (callback) programming patterns, and I would like a way to generate streams of data at specified real-time intervals. I came up with the illustrated way to ...