Distributed Computing with Go
上QQ阅读APP看书,第一时间看更新

Code overview

The code will consist of a set of functions that print out their assigned tasks as completed. In the cases of writing an email or listening to an audiobook, we further divide the tasks into more functions. This can be seen as follows:

  • writeMail, continueWritingMail1, continueWritingMail2
  • listenToAudioBook, continueListeningToAudioBook