Skip to content

Commit

Permalink
Issue ReactiveX#12 documentation update svg to png
Browse files Browse the repository at this point in the history
  • Loading branch information
storozhukBM committed Dec 3, 2016
1 parent bb3215d commit e3a091c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 323 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ By contract on start of each cycle `RateLimiter` should set `activePermissions`
For the `RateLimiter` callers it is really looks so, but for example `AtomicRateLimiter` implementation has
some optimisations under the hood that will skip this refresh if `RateLimiter` is not used actively.

image::src/docs/asciidoc/images/rate_limiter.svg[Rate Limiter]
image::src/docs/asciidoc/images/rate_limiter.png[Rate Limiter]

The default implementation of `RateLimiter` is `AtomicRateLimiter` it manages state via `AtomicReference`.
`AtomicRateLimiter.State` is completely immutable and has the folowing fields:
Expand Down
Binary file added src/docs/asciidoc/images/rate_limiter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e3a091c

Please sign in to comment.