Concept Flow - Async file reading and writing
Start Async Method
Open File Stream
Begin Async Read or Write
Await Completion
Process Data or Confirm Write
Close File Stream
End Async Method
The program starts an async method, opens a file stream, reads or writes asynchronously, waits for completion, then closes the stream and ends.