rem’s avatarrem’s Twitter Archive—№ 35,961

  1. Kinda wish I could do (without a lib): process.emit(‘doit’,function(d) { // d === 10 }); process.on(‘doit’, function(){ return 10; });