reactphp / stream

Event-driven readable and writable streams for non-blocking I/O in ReactPHP.
https://reactphp.org/stream/
MIT License
618 stars 62 forks source link

Add native types to public API #178

Closed clue closed 4 months ago

clue commented 4 months ago

This changeset adds native types to the public API as discussed in #173.

Once merged, I'm planning to add PHPStan in a follow-up PR which would take advantage of these types.

Builds on top of #177, #175 and https://github.com/reactphp/cache/pull/60