cef_stream_writer_t.may_block

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

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

Meta