flod.adapter

Adapters connecting stages with incompatible interfaces.

Members

Functions

allocPeek
auto allocPeek(S schema, Buffer buffer)
allocPeek
auto allocPeek(S schema)
allocPull
auto allocPull(S schema, Buffer buffer)
allocPull
auto allocPull(S schema)
allocPush
auto allocPush(S schema, Buffer buffer)
allocPush
auto allocPush(S schema)
peekAlloc
auto peekAlloc(S schema, size_t minSliceSize, size_t maxSliceSize)
peekPull
auto peekPull(S schema)
peekPush
auto peekPush(S schema, size_t minSliceSize)
pullAlloc
auto pullAlloc(S schema, size_t chunkSize)
pullPeek
auto pullPeek(S schema, Buffer buffer)
pullPeek
auto pullPeek(S schema)
pullPush
auto pullPush(S schema, size_t chunkSize)
pushAlloc
auto pushAlloc(S schema)
pushPeek
auto pushPeek(S schema, Buffer buffer)
pushPeek
auto pushPeek(S schema)
pushPull
auto pushPull(S schema, Buffer buffer)
pushPull
auto pushPull(S schema)

Structs

DefaultPeekAllocAdapter
struct DefaultPeekAllocAdapter(alias Context, A...)
Undocumented in source.
DefaultPeekPullAdapter
struct DefaultPeekPullAdapter(alias Context, A...)
Undocumented in source.
DefaultPeekPushAdapter
struct DefaultPeekPushAdapter(alias Context, A...)
Undocumented in source.
DefaultPullAllocAdapter
struct DefaultPullAllocAdapter(alias Context, A...)
Undocumented in source.
DefaultPullPushAdapter
struct DefaultPullPushAdapter(alias Context, A...)
Undocumented in source.
DefaultPushAllocAdapter
struct DefaultPushAllocAdapter(alias Context, A...)
Undocumented in source.

Meta

License

BSL-1.0.