//! _testtools_ is a library containing tools used to eliminate boilerplate
//! code in tests.
pubmodsync;pubmodtask;pubmodthread;/// Old name from [`sync::Checkpoint`].
#[deprecated(since ="0.1.1", note ="use `sync::Checkpoint` instead")]pubtypeSynchronizer<T>=sync::Checkpoint<T>;// vim: set ft=rust et sw=2 ts=2 sts=2 cinoptions=2 tw=79 :