Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created October 21, 2017 10:45
Embed
What would you like to do?
using await (var disposableEntity = parent.Start())
{
// do important work
disposableEntity.SomeFunction();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment