cb
cb copied to clipboard
Generate a uid for each callback
This will generate a unique id for each callback, useful for when transmitting over network, and also will be vital for the next pull request which will deal with freeing callbacks from emitters.
It does introduce a dependency on node-uuid, the next PR will do it without node-uuid if you want to avoid the dependency and support for network.