Sha256: d9a5cb50e5a693e1bb560517817b19870fcef8a2a727739595f3aab780a14c05

Contents?: true

Size: 1.45 KB

Versions: 4

Compression:

Stored size: 1.45 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

In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.

### Community Guidelines

This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.

## See Also

  - [async-io](https://github.com/socketry/async-io) — Where this implementation originally came from.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
io-endpoint-0.14.0 readme.md
io-endpoint-0.13.1 readme.md
io-endpoint-0.13.0 readme.md
io-endpoint-0.12.0 readme.md