ae v0.0.3141 (2022-02-14T00:51:10Z)
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