Question: Schedulers & Resources
ASangarin opened this issue · 1 comments
ASangarin commented
My IDEA is complaining when I use the Schedulers.async().run()
method, giving me this warning:
'Promise<Void>' used without 'try'-with-resources statement
Although I assume that I can safely ignore that and that helper already takes care of closing it..?
lucko commented
you can :)