![]() |
#include <aerospike/as_stream.h>
#include <aerospike/as_val.h>
Go to the source code of this file.
Typedefs | |
typedef as_val *(* | producer_callback )(void) |
Functions | |
as_stream * | producer_stream_init (as_stream *, producer_callback) |
as_stream * | producer_stream_new (producer_callback) |
typedef as_val*(* producer_callback)(void) |
A stream which produces values via a callback.
Definition at line 14 of file modules/mod-lua/src/test/util/producer_stream.h.
as_stream* producer_stream_init | ( | as_stream * | , |
producer_callback | |||
) |
as_stream* producer_stream_new | ( | producer_callback | ) |