synchronizedMemoize

Synchronized version of memoize using global (interthread) cache.

  1. ReturnType!fun synchronizedMemoize(const(Parameters!fun) args)
    template synchronizedMemoize(alias fun)
    ReturnType!fun
    synchronizedMemoize
    (
    const(Parameters!fun) args
    )
  2. template synchronizedMemoize(alias fun, uint maxSize)

Members

Functions

synchronizedMemoize
ReturnType!fun synchronizedMemoize(const(Parameters!fun) args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta