**Do not** discard futures, if you do you will run into problems because any exceptions captured by the future will be lost. You should use `asyncCheck` instead which will set a callback on the _future_ to crash your program when an unhandled exception occurs, I hope we can make discarding of futures an error at some point.
You're basically playing with fire here :)
