Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

Get rid of returning values as callback argument in really synchronous functions #164

Closed ayatkevich closed 12 years ago

ayatkevich commented 12 years ago

This should make code cleaner.

steveWang commented 12 years ago

This design decision was made to maintain feature parity with Cluster, in which these functions can only be implemented as async.

ericz commented 12 years ago

Hi ayatkevich,

Unfortunately we have to keep asynchronous for the reasons steve mentioned above. Thank you for the pull request though!