mirror of
https://github.com/meineerde/rackstash.git
synced 2025-10-17 14:01:01 +00:00
Using a block here is unnecessary and doesn't help us with any thread-safty guarantees on deeply nested fields or tags. Thus, we can just remove this and replace it with a simpler method returning the top-most buffer. When using this buffer, we still have to ensure that only a single Thread can access it.