ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
globallyMemoized.globallyMemoized
ae
utils
promise
concurrency
globallyMemoized
Undocumented in source. Be warned that the author may not have intended to support it.
template
globallyMemoized
(alias fun)
static if
(
is(FunctionTypeOf!fun PT == __parameters)
)
P
globallyMemoized
(
PT
args
)
if
(
is
(
ReturnType
!
fun
==
Promise
!(
T
,
E
),
T
E
)
)
Meta
Source
See Implementation
ae
utils
promise
concurrency
globallyMemoized
aliases
P
functions
globallyMemoized