asyncstdlib icon indicating copy to clipboard operation
asyncstdlib copied to clipboard

Share Tee buffer

Open maxfischer2781 opened this issue 6 months ago • 0 comments

This PR improves the buffer sharing of tee. Major changes include:

  • [x] all peers of a tee share the same underlying buffer
  • [x] tees of tees share the same underlying buffer
    • [ ] test buffer sharing

Closes #177

maxfischer2781 avatar Sep 08 '25 21:09 maxfischer2781