Skip to content

Instantly share code, notes, and snippets.

use std::{
sync::{Arc, Mutex},
thread,
};
use crossbeam_channel::{Receiver, Sender};
use log::{debug, error};
use notify::{Error, Event};
use timer::Timer;

Welcome!

For feedback or suggestions, please send a tweet (@dideler). Gist comments don't notify me. Pull requests aren't possible with gists (yet), so I don't recommend forking because then I can't easily get the change.

Starring this gist will give me an idea of how many people consider this list useful.


Contents