MCPcopy Create free account
hub / github.com/grpc/grpc-java / WriteQueue

Method WriteQueue

netty/src/main/java/io/grpc/netty/WriteQueue.java:55–58  ·  view source on GitHub ↗
(Channel channel)

Source from the content-addressed store, hash-verified

53 private final AtomicBoolean scheduled = new AtomicBoolean();
54
55 public WriteQueue(Channel channel) {
56 this.channel = Preconditions.checkNotNull(channel, "channel");
57 queue = new ConcurrentLinkedQueue<>();
58 }
59
60 /**
61 * Schedule a flush on the channel.

Callers

nothing calls this directly

Calls 1

checkNotNullMethod · 0.80

Tested by

no test coverage detected