ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
SynchronizedPersistentMemoized
ae
sys
persistence
memoize
As above, but with synchronization
struct
SynchronizedPersistentMemoized (
alias
fun
FlushPolicy
flushPolicy
=
FlushPolicy
.
atThreadExit
) {
alias
AA
=
ReturnType
!
fun
[
string
]
;
Object
mutex
;
this
(string fileName);
ReturnType
!
fun
opCall
(ParameterTypeTuple!fun args);
}
Constructors
this
this
(string fileName)
Undocumented in source.
Members
Aliases
AA
alias
AA
=
ReturnType
!
fun
[
string
]
Undocumented in source.
Functions
opCall
ReturnType
!
fun
opCall
(ParameterTypeTuple!fun args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mutex
Object
mutex
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
persistence
memoize
structs
PersistentMemoized
SynchronizedPersistentMemoized
As above, but with synchronization