Closed infeo closed 3 years ago
Closes #49
This PR adds the capability to register a Runnable instance during mount(...), which is executed when the mount is either unmounted or the underlying process is terminated.
mount(...)
Additionally, some refactoring regarding exceptions is done.
Closes #49
This PR adds the capability to register a Runnable instance during
mount(...)
, which is executed when the mount is either unmounted or the underlying process is terminated.Additionally, some refactoring regarding exceptions is done.