https://github.com/nextjournal/limit-writer
Tiny java writer that throws once it reaches a user-defined limit. Extracted from shadow-cljs.
https://github.com/nextjournal/limit-writer
Last synced: 4 months ago
JSON representation
Tiny java writer that throws once it reaches a user-defined limit. Extracted from shadow-cljs.
- Host: GitHub
- URL: https://github.com/nextjournal/limit-writer
- Owner: nextjournal
- Created: 2021-10-11T10:37:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T10:45:49.000Z (over 4 years ago)
- Last Synced: 2025-02-16T15:06:21.126Z (11 months ago)
- Language: Clojure
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Limit Writer
Tiny java writer that throws once it reaches a user-defined limit. Extracted from [shadow-cljs](https://github.com/thheller/shadow-cljs/blob/8ab85ae8be06259998275c4a78884fd4acf61ec8/src/main/shadow/remote/runtime/LimitWriter.java), written by @thheller.