This repository was archived by the owner on Dec 22, 2024. It is now read-only.
v0.1.11
It means that acquire won't move itself into the background, it relies on its caller to do that. std::process::Command.spawn() does this, and if someone really calls it manually, adding an & on cmdline is enough. Less dependencies are good.