From 197ab6160e4b41845ceb60d5525059ebbcbd038f Mon Sep 17 00:00:00 2001 From: Gabriel Francisco Date: Wed, 24 Apr 2024 11:27:31 -0300 Subject: [PATCH] Create readme-sample.svg --- miscellaneous/readme-sample.svg | 871 ++++++++++++++++++++++++++++++++ 1 file changed, 871 insertions(+) create mode 100644 miscellaneous/readme-sample.svg diff --git a/miscellaneous/readme-sample.svg b/miscellaneous/readme-sample.svg new file mode 100644 index 00000000..27210a3e --- /dev/null +++ b/miscellaneous/readme-sample.svg @@ -0,0 +1,871 @@ +

Poll the User's HTTP API and stop when there's no pages left

+
pollWithStatemapAsync(10)chunked(100, 1 seconds)collectfetchUsersfetchAddresses(1)fetchAddresses(2)fetchAddresses(...)fetchAddresses(10)

Chunk every 100 elements +
or whatever fits within 1 second.

+
Flow<User>Flow<UserWithAddresses>Flow<List<UserWithAddresses>> + + + + + + + + + + + + + + + +