aroemers / mount-lite

mount, but different and light
https://cljdoc.org/d/functionalbytes/mount-lite/
Eclipse Public License 1.0
102 stars 8 forks source link

Return a future when the :parallel option is used? #2

Closed aroemers closed 8 years ago

aroemers commented 8 years ago

Are there situations where one does not want to wait before the system is started or stopped, when using the internal ExecutorService to start/stop the states?

If so, does this warrant a different return type from start/stop based on the given options (in this case :parallel)?

aroemers commented 8 years ago

Decided not to include this. The user can always wrap the start or stop call in a future (or something else).