Sha256: d60f1b6765fab5c769f1bcb97cfa97c2f26e48a9f8b133d2e6d70d21ba05e06a

Contents?: true

Size: 390 Bytes

Versions: 35

Compression:

Stored size: 390 Bytes

Contents

var writer = require('./')

var ws = writer(write, flush)

ws.on('finish', function () {
  console.log('finished')
})

ws.write('hello')
ws.write('world')
ws.end()

function write (data, enc, cb) {
  // i am your normal ._write method
  console.log('writing', data.toString())
  cb()
}

function flush (cb) {
  // i am called before finish is emitted
  setTimeout(cb, 1000) // wait 1 sec
}

Version data entries

35 entries across 34 versions & 12 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/flush-write-stream/example.js
disco_app-0.18.0 test/dummy/node_modules/flush-write-stream/example.js
disco_app-0.18.2 test/dummy/node_modules/flush-write-stream/example.js
disco_app-0.16.1 test/dummy/node_modules/flush-write-stream/example.js
disco_app-0.15.2 test/dummy/node_modules/flush-write-stream/example.js
disco_app-0.18.4 test/dummy/node_modules/flush-write-stream/example.js
disco_app-0.18.1 test/dummy/node_modules/flush-write-stream/example.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/flush-write-stream/example.js
disco_app-0.14.0 test/dummy/node_modules/flush-write-stream/example.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/flush-write-stream/example.js
tang-0.2.1 spec/tang_app/node_modules/flush-write-stream/example.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/flush-write-stream/example.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/flush-write-stream/example.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/flush-write-stream/example.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/flush-write-stream/example.js
tang-0.2.0 spec/tang_app/node_modules/flush-write-stream/example.js
tang-0.1.0 spec/tang_app/node_modules/flush-write-stream/example.js
tang-0.0.9 spec/tang_app/node_modules/flush-write-stream/example.js
enju_library-0.3.8 spec/dummy/node_modules/flush-write-stream/example.js
ilog-0.4.1 node_modules/flush-write-stream/example.js