LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Would you let me use master.call in my plugin #102

Closed shimonchayim closed 13 years ago

shimonchayim commented 13 years ago

I see that call() in master is private. Would still let me us it?

tj commented 13 years ago

yeah you can still use it, @private just means that I don't recommend people to use it as it is subject to change, but yeah plugins usually need it, I just dont want people using it in their apps for IPC