cef_read_handler_t.may_block

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

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

Meta