Sha256: 6f7e36603124a4e841aa129bd15b578202c67f5eee57ed59860f76ef87221bc5

Contents?: true

Size: 570 Bytes

Versions: 85

Compression:

Stored size: 570 Bytes

Contents

function int_net_cb(tp, success, info) {
  //Re-increase
  ++net_q_rem;
  tel_deref(tp)(tp, success, info);
}

//Spec helpers
/////////////////////////////////////////////////////
function get_int_net_cb_spec() {
  SEND("main", "get_int_net_cb_spec", int_net_cb_spec);
}

//Manually register pointer at special index for testing, int_net_cb
//will call this pointer under test conditions so it's a good test
//for bost telepathy and net
tel_reg_ptr(function(tp, a, b) { int_net_cb_spec = [tp, a, b] }, -3209284741);
/////////////////////////////////////////////////////

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
flok-0.0.19 app/kern/mod/net.js
flok-0.0.18 app/kern/mod/net.js
flok-0.0.17 app/kern/mod/net.js
flok-0.0.16 app/kern/mod/net.js
flok-0.0.14 app/kern/mod/net.js