[][src]Crate terminate

#terminate

Is a rust crate to abstract logic to terminate threads, coroutines and the like.

Structs

SimpleTerminate

Simple implementation of Terminate.

Traits

Terminate

Abstracts the need to terminate a loop or application and to begin and check termination.