being able to just write `Future { doBlockingThing...
# development
a
being able to just write
Future { doBlockingThing() }
to run in a separate thread in scala like shocked me when i first read it that's so nifty