Skip to content

Instantly share code, notes, and snippets.

@jdfreder
Created January 28, 2016 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdfreder/7d5c8a445eaaa49b7aeb to your computer and use it in GitHub Desktop.
Save jdfreder/7d5c8a445eaaa49b7aeb to your computer and use it in GitHub Desktop.
what a comm looks like
Object.defineProperty(Comm.prototype, 'comm_id',
Object.defineProperty(Comm.prototype, 'target_name',
Comm.prototype.open = function (data, callbacks, metadata)
Comm.prototype.send = function (data, callbacks, metadata, buffers)
Comm.prototype.close = function (data, callbacks, metadata)
Comm.prototype.on_msg = function (callback)
Comm.prototype.on_close = function (callback)
@rgbkrk
Copy link

rgbkrk commented Jan 28, 2016

What are the signatures on those callbacks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment