Things about Kotlin collaboration -- pipeline Channel

Flow is called cold flow. Since there is cold flow, there is heat flow, and pipe channel is heat flow. Channel is a concurrent and secure queue, which is mainly used to handle the communication between processes The sender and receiver are two different processes. The data sent and transmitted between them is through this pipeline, a send and ...

Posted by jeremywesselman on Sun, 27 Feb 2022 07:49:49 +0100

Distributed theme - netty04 of NIO framework - high performance way of netty core

preface In this section, we explore the core source code of Netty. Netty is divided into seven sections: 01 Java IO evolution path02 Netty and NIO's past and present life03 Netty's first experience of reconstructing RPC framework04 Netty core high performance05 great artery Pipeline and EventLoop of netty core06 Netty's actual handwritte ...

Posted by mrbaseball34 on Sat, 15 Jan 2022 19:29:08 +0100

Channel practice of Kotlin

passagewayKnow ChannelCapacity and iterationProduction and actorChannel shutdownBroadcastChannelMultiplexingWhat is multiplexingMultiplexing multiple await sMultiplexing multiple channelsSelectClauseFlow multiplexingConcurrent securityConcurrent tools for collaborative processesMutexSemaphoreKnow ChannelChannel is actually a concurrent secure q ...

Posted by cillosis on Thu, 06 Jan 2022 07:27:19 +0100