Book Image

Clojure Reactive Programming

Book Image

Clojure Reactive Programming

Overview of this book

Table of Contents (19 chapters)
Clojure Reactive Programming
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Bibliography
Index

Exercises


With our previous approach, the only way to see new information about the AWS resources is by refreshing the whole page. Modify our implementation in such a way that it queries the stub services every so often—say, every 500 milliseconds.

Tip

The interval function from RxJS can be helpful in solving this exercise. Think how you might use it together with our existing stream by reviewing how flatMap works.