====== Awaitability ====== * [[http://www.awaitility.org/|Awaitility]] * https://github.com/awaitility/awaitility * 동시성 / 비동기시스템 테스트 Testing asynchronous systems is hard. Not only does it require handling threads, timeouts and concurrency issues, but the intent of the test code can be obscured by all these details. Awaitility is a DSL that allows you to express expectations of an asynchronous system in a concise and easy to read manner.