Scala Future only holds a result

As a note to self, Julien-Richard-Foy makes a good note about the Scala Future in the Github page I linked to: “I think it is important to not say things like ‘we run a Future’ because that maintains a confusion on the purpose of Future (which only holds a future (eventual) result, unlike a ‘task’, which is a computation that we can run, cancel, etc.)”