Join Slack
Powered by
basically, `use` would inject special instance int...
# announcements
o
orangy
08/14/2016, 8:04 PM
basically,
use
would inject special instance into its lambda (e.g.
ResourceHolder
), and
final
is extension member function on that ResourceHolder storing lambda.
use
would dismiss RH in finally block, which would call all stored lambdas
Open in Slack
Previous
Next