Sha256: b14dea5122cd56bc5e821d6c715221b99b73f9402ff443280d860fe09d4d1459
Contents?: true
Size: 812 Bytes
Versions: 2
Compression:
Stored size: 812 Bytes
Contents
# IO::Endpoint Provides a separation of concerns interface for IO endpoints. This allows you to write code which is agnostic to the underlying IO implementation. [![Development Status](https://github.com/socketry/io-endpoint/workflows/Test/badge.svg)](https://github.com/socketry/io-endpoint/actions?workflow=Test) ## Usage Please see the [documentation](https://socketry.github.io/io-endpoint) for more information. ## Contributing We welcome contributions to this project. 1. Fork it. 2. Create your feature branch (`git checkout -b my-new-feature`). 3. Commit your changes (`git commit -am 'Add some feature'`). 4. Push to the branch (`git push origin my-new-feature`). 5. Create new Pull Request. ## See Also - [async-io](https://github.com/socketry/async-io) — Asynchronous IO primitives.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
io-endpoint-0.2.0 | readme.md |
io-endpoint-0.1.0 | readme.md |