shareSync(source[, options])


  • source <Iterable> 要共享的同步源。
  • options <Object>
    • highWaterMark <number> 必须 >= 1;小于 1 的值将被限制为 1。默认值: 16
    • backpressure <string> 默认: 'strict'
  • 返回:SyncShare

share() 的同步版本。

🌐 Synchronous version of share().