Sha256: 6090c1615ad98c703b69501cd48a2a9384565872e40be42f97f04300adbd85aa

Contents?: true

Size: 1.2 KB

Versions: 7

Compression:

Stored size: 1.2 KB

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.

### Developer Certificate of Origin

This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.

### Contributor Covenant

This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.

## See Also

  - [async-io](https://github.com/socketry/async-io) — Asynchronous IO primitives.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
io-endpoint-0.7.2 readme.md
io-endpoint-0.7.1 readme.md
io-endpoint-0.7.0 readme.md
io-endpoint-0.6.0 readme.md
io-endpoint-0.5.0 readme.md
io-endpoint-0.4.0 readme.md
io-endpoint-0.3.0 readme.md