capistrano / sshkit

A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
MIT License
1.15k stars 253 forks source link

Drop `mutex_m` dependency #536

Closed Earlopain closed 4 months ago

Earlopain commented 4 months ago

Just use a plain mutex instead since only synchronize is used.