ZSTD_e_flush constant

int const ZSTD_e_flush

flush any data provided so far, it creates (at least) one new block, that can be decoded immediately on reception; frame will continue: any future data can still reference previously compressed data, improving compression. note : multithreaded compression will block to flush as much output as possible.

Implementation

static const int ZSTD_e_flush = 1;