cpp11training
cpp11training copied to clipboard
async exercises are tightly coupled
while going through the async exercises, solving subsequent exercises will break the previous ones. Rather decouple them: a simple technique would be to stow them in separate files.