- Use Markdown tables in docstrings
- BREAKING: Convey dynamic bindings to the new threads from the starting thread.
- BREAKING:
long-thread.core/start
has been renamed tolong-thread.core/create
. - Added
long-thread.core/start
for starting non-started threads. - Added
:start?
and:convey-bindings?
options tolong-thread.core/create
. - Reflection warnings are gone.
- Add
long-thread.core/running-threads
andlong-thread.core/threads-by-name
for inspection. - Add
long-thread.leak/checking
for guarding against thread leaks.
- Initial release.