flod ~master (2016-03-15T07:39:31Z)
Dub
Repo
DefaultPullPushAdapter
flod
adapter
Undocumented in source.
@
filter
(
Method
.
pull
,
Method
.
push
)
struct
DefaultPullPushAdapter (
alias
Context
A
...
) {
mixin
Context
!
A
;
import
std
.
experimental
.
allocator
.
mallocator
:
Mallocator
;
;
import
std
.
exception
:
enforce
;
;
this
(size_t chunkSize);
~this
();
void
run
();
}
Constructors
this
this
(size_t chunkSize)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Context
!
A
Undocumented in source.
Meta
Source
See Implementation
flod
adapter
functions
allocPeek
allocPull
allocPush
peekAlloc
peekPull
peekPush
pullAlloc
pullPeek
pullPush
pushAlloc
pushPeek
pushPull
structs
DefaultPeekAllocAdapter
DefaultPeekPullAdapter
DefaultPeekPushAdapter
DefaultPullAllocAdapter
DefaultPullPushAdapter
DefaultPushAllocAdapter