back

by bikeshaving·6y ago·view on hn ↗
One thing I really want to make sure with Crank is that sync stays sync and async stays async. One of my early formative programming experiences was having to track down a race condition in an om app I was working on which was caused by the renderer making my sync code asynchronous.

https://github.com/omcljs/om/issues/173