Jul 21, 2017 · 1 min read
I don’t understand where the problem is. You say an instance can’t be run twice; but the example clearly creates two instances, each of which is run only once.
If you removed the second constructor call, then the example would make sense. Is this a mistake in the example, or did I miss something?