I think most samples that use signals were written in the age of boost::signals2, though since moving to our own signals impl I certainly prefer using signals::slot. I don’t see many places we use in in the cinder repo, but here is one that shows you how it is the same as using std::bind but you don’t arguments: windowTestApp.cpp.
I use signals::slot extensively in the little libraries I’ve written, such as this.