eclipse-score / eclipse-score/kyron
[Kyron] Remove a need of Generics in channels
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 12
- Avg merge
- 21h 55m
- Merged PRs (30d)
- 4
Description
Currently, channels are using internally some containers that are only provided with compile-time size specifications. This makes a channel being generic over size, which is not desirable.
DoD
- Come up with pros/cons of the current approach and decide whether we need a change or maybe both versions.
- If decided, replace generic containers with a version that uses a runtime size specification
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.