Module mupdf::cookie

source ·
Expand description

Provide two-way communication between application and library

Structs§

  • Provide two-way communication between application and library. Intended for multi-threaded applications where one thread is rendering pages and another thread wants to read progress feedback or abort a job that takes a long time to finish. The communication is unsynchronized without locking.