orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
275 stars 40 forks source link

Please document the conditions #175

Open rtvd opened 4 years ago

rtvd commented 4 years ago

Things can fail and that raises conditions. Unit tests do check whether certain conditions are raised at different point of time, which is good.

Unfortunately, it is not clear which conditions may be raised and where. I suppose someone knows this and could update documentation on that.