blockAll static method

BaseLimit blockAll()

Implementation

static BaseLimit blockAll() {
  return BaseLimit(
    streams: 0,
    streamsInbound: 0,
    streamsOutbound: 0,
    conns: 0,
    connsInbound: 0,
    connsOutbound: 0,
    fd: 0,
    memory: 0,
  );
}