mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-06 11:19:20 +00:00
The class is very similar to `CircularDuplexStream` in its behavior. Main differences are that `CircularBuffer`: - does not inherit from `AK::Stream` - uses `ErrorOr` for its API - is heap allocated (and OOM-Safe) This patch also add some tests.
6.6 KiB
6.6 KiB