MCPcopy Index your code
hub / github.com/ccxt/ccxt / initThrottler

Method initThrottler

java/lib/src/main/java/io/github/ccxt/Exchange.java:1590–1592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1588 public Throttler throttler = null;
1589
1590 public void initThrottler() {
1591 this.throttler = new Throttler(this.tokenBucket);
1592 }
1593
1594 public java.util.concurrent.CompletableFuture<Void> throttle(Object... args) {
1595 if (this.throttler == null) {

Callers 1

initRestRateLimiterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected