the easy answer might just be to sub the lambda ou...
# getting-started
s
the easy answer might just be to sub the lambda out for an anonymous
object : Runnable { ... }
, I’m not 100% sure if there’s a good way to get a reference to a lambda from within itself