synchronizedMemoize

Synchronized version of memoize using global (interthread) cache.

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

Members

Functions

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

Meta