In this lesson, you’ll create a bank account program that demonstrates a race condition. If you download the sample code, you can get your own copy of 09-account.py
:
To learn more, you can also check out the documentation for concurrent.futures.Executor.submit
as well as the software section of the Wikipedia page on race conditions.
RMS on April 28, 2020
fiy the wikipedia links to the Executor.submit python doc