Closed ghost closed 13 years ago
I'll bump things up to 4.0 this weekend and keep a 3.5 branch for people that want to use boo. So feel free to target 4.0
I've improved the API to sync blocks a little bit, and now use ConcurrentQueue<> internally. That should make sync blocks both nicer to use and faster. "Breaking" change: the ManosApp parameter to sync blocks got dropped, since sync blocks are more a continuation of route handlers than the timeouts i took the handler code from.
Great, looks much better.
Proposal for a synchronous blocks API.