Is there a better pattern than the snippet below for "async initialization classes" where the constructor needs to kick off async work but I want to "push down" waiting for that async to the methods? I find myself using this pattern frequently but it feels clunky and ugly.
3 likes 3 replies
?