groupcache

singleflight

package singleflight

Visibility
  1. Public
  2. All

Type Members

  1. class SingleFlight[Key, Value] extends AnyRef

    Ensures that once a non-blocking function is invoked using a given key, that function will not be invoked another time with that key until the response from the first invocation is received.

Ungrouped