An open API service indexing awesome lists of open source software.

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.

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.