MCPcopy Create free account
hub / github.com/Genivia/ugrep / cancel

Method cancel

src/ugrep.cpp:993–1000  ·  view source on GitHub ↗

cancel decompression gracefully

Source from the content-addressed store, hash-verified

991
992 // cancel decompression gracefully
993 void cancel()
994 {
995 stop = true;
996
997 // recursively cancel decompression threads in the chain
998 if (ztchain != NULL)
999 ztchain->cancel();
1000 }
1001
1002 // join this thread, this function is called by the main thread
1003 void join()

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected