1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Sebastian Malton
2cfe5577d0 Introduce LazyInitializableState
- Given a syncronous init function we can just lazily do the
  initialization at first call to get() instead of having to declare
  a new unique runnable

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-10-31 14:42:03 -04:00