issues
search
rsocket
/
rsocket-kotlin
RSocket Kotlin multi-platform implementation
http://rsocket.io
Apache License 2.0
553
stars
37
forks
source link
Update code after updating to new native memory model
#209
Closed
olme04
closed
2 years ago
olme04
commented
2 years ago
remove SharedImmutable annotations
rewrite IntMap to not use atomics on native
remove synchronization from IntMap code at all, and move it to StreamsStorage
remove expect/actual from FrameHandler
drop TrackingSet and move set directly to buffer poll