From 0c01c1d09de68373ce45bb8f20af29be98f63c22 Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Fri, 19 Jan 2024 10:08:02 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1e0bc6..e71b77a 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,5 @@ n = 10**5 sleep_durations = [random.uniform(0, 5.0) for _ in range(n)] asyncio.run(run_multiple_sleeps(sleep_durations=sleep_durations)) ``` + +A complete demo of `tqdm_publisher` can be found in the `demo` directory, which shows how to forward progress updates from the same `TQDMPublisher` instance to multiple clients. \ No newline at end of file