WLBF / single-instance

A rust library for single instance application.
MIT License
34 stars 8 forks source link

added example for ensuring SingleInstance lock stays during lifetime of process and added docs #17

Closed GssMahadevan closed 1 month ago

GssMahadevan commented 8 months ago

Added docs for keeping the instance of SingleInstance for the lifetime of process. Also added example code to demonstrate the multiple process detect existence of another instance running