© Andrew T. Shvets 2020
A. T. ShvetsBeginning Ada Programminghttps://doi.org/10.1007/978-1-4842-5428-8_11

11. Multiprocessing with Tasks

Andrew T. Shvets1 
(1)
Providence, RI, USA
 

What You Will Get Out of This Chapter

By this point you are probably feeling somewhat confident about your programming skills in Ada. That is good. You can write software that will be able to process files, print data to the screen, accept inputs, and perform some fairly complex logic.

However, there is one small problem. Everything that you can do so far, you are doing one at a time. If you have to do some computationally heavy tasks, write to a file, and ask the user for input, all of this will have to happen in a linear fashion. Sure, you can arrange the methods according ...

Get Beginning Ada Programming: From Novice to Professional now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.