michaelmmacleod
2019-3-20 03:36:56

Is there is a way to externally terminate a running future? I tried putting a future inside of a thread and using kill-thread, but that didn’t stop the future inside it from executing. context: I’m creating a bunch of futures that each do part of a large computation. I want to be able to interrupt that computation and restart it with different parameters.