In this project I'm using a lot of "streams" (channels).
I need to find whats common in them and use a custom type that may have methods to send and read data in a more abstract
way to reduce the "code".
Think about this.
In this project I'm using a lot of "streams" (`channels`).
I need to find whats common in them and use a custom type that may have methods to send and read data in a more abstract
way to reduce the "code".
Think about this.
esilva
added this to the ESDI project 2026-07-23 10:38:57 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In this project I'm using a lot of "streams" (
channels).I need to find whats common in them and use a custom type that may have methods to send and read data in a more abstract
way to reduce the "code".
Think about this.
All of them have cancellation and the streaming thing. We can definitely abstract it somehow and reuse the same thing instead