Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Part 3 - Taming the sequence/5. Time-shifted sequences.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -368,7 +368,7 @@ Observable.interval(150, TimeUnit.MILLISECONDS)

## Throttling

Throttling is also intended for thining out a sequence. When the producer emits more values than we want and we don't need every sequential value, we can thin out the sequence by throttling it.
Throttling is also intended for thinning out a sequence. When the producer emits more values than we want and we don't need every sequential value, we can thin out the sequence by throttling it.

### throttleFirst

Expand Down