Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reyoung/closerset
https://github.com/reyoung/closerset
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reyoung/closerset
- Owner: reyoung
- License: mit
- Created: 2021-08-31T05:42:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T06:04:30.000Z (over 3 years ago)
- Last Synced: 2024-06-20T05:12:47.137Z (7 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloserSet
CloserSet is a set of `io.Closer`. It modifies and records `io.Closer`.
When `CloserSet.Close()` is called, it closes all underlying closers which have not been closed.