icecave/isolator

Add a convenience method for typical DI usage

Closed this issue · 1 comments

Often it's desirable to take an isolator instance as a dependency and default to a global instance or similar when none is provided.

Just noticed that the README references a ::get() method which looks to be used for this purpose, but the method does not exist.