Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

async output

Compare
Choose a tag to compare
@fredemmott fredemmott released this 14 Sep 20:42

This release:

  • adds OutputInterface::writeAsync(string): Awaitable<void> that will write the complete provided buffer
  • adds OutputInterface::rawWrite(string): int, which returns the number of bytes written
  • adds CLIBase::displayHelpAsync(OutputInterface): Awaitable<void> to replace CLIBase::displayHelp

OutputInterface::write() and CLIBase::displayHelp() are still present, but will be removed in a future release.