cef_stream_reader_t.may_block

Returns true (1) if this reader performs work like accessing the file system which may block. Used as a hint for determining the thread to access the reader from.

struct cef_stream_reader_t
extern (System)
int function(cef_stream_reader_t* self) nothrow may_block;

Meta