What thread it is means nothing, since I always se...
# tornadofx
e
What thread it is means nothing, since I always set the thread local value just before I call
class.newInstance()
so it will "always just work".
inject()
is actually lazy, so it will be pulled in whenever it's needed. This makes it super easy to support circular dependencies, so I've been very happy with it.