Currently, the thread macro's behavior when an exception occurs is to print the exception (with {{println}}), and swallow it.
Although I make a habit of wrapping a {{try}} around code inside a {{thread}} form, I still find this a bit limited; it would be nice if there was a function that could be dynamically bound, that handled the case of an exception inside a {{thread}}.