• Show log

    Commit

  • Hash : 6669e3e8
    Author : Carlos Martín Nieto
    Date : 2015-11-08T04:28:08

    blob: remove _fromchunks() The callback mechanism makes it awkward to write data from an IO source; move to `_fromstream()` which lets the caller remain in control, in the same vein as we prefer iterators over foreach callbacks.