This would allow the main tasks's memory to be garbage collected. Currently, it accumulates junk forever. Subtasks (e.g. created with `@spawn`) do at least die, and thus allow memory stored there to be collected.