actor-model
Here are 466 public repositories matching this topic...
-
Updated
Apr 14, 2021 - C#
-
Updated
Mar 31, 2021 - Rust
-
Updated
Apr 7, 2021 - Rust
It should be noted that it currently applies to all of the existing packages.
-
Updated
Apr 16, 2021 - C#
-
Updated
May 29, 2020 - Objective-C
-
Updated
Apr 13, 2021 - Go
-
Updated
Apr 16, 2021 - C++
-
Updated
Sep 22, 2020 - Kotlin
-
Updated
Apr 16, 2021 - Python
-
Updated
Jan 21, 2021 - C#
-
Updated
Apr 10, 2021 - TypeScript
-
Updated
Feb 8, 2021 - Rust
-
Updated
Sep 19, 2020 - C#
-
Updated
Mar 30, 2021 - Go
The Decoder
is used by the FramedTcp
transport to transform a stream-based protocol (TCP) into a packet-based protocol that fits really well with the concept of message.
The Decoder
collects data from the stream until it can be considered a message. In that process, each chunk of data received from the
-
Updated
Apr 14, 2021 - Java
-
Updated
Apr 12, 2021 - C
-
Updated
Apr 15, 2021 - Java
-
Updated
Apr 5, 2021 - Rust
-
Updated
Apr 16, 2021 - Erlang
-
Updated
Aug 13, 2020 - Python
-
Updated
Apr 16, 2021 - C++
-
Updated
Mar 27, 2021 - Rust
-
Updated
Jan 27, 2021 - Python
-
Updated
Dec 25, 2018 - Go
Scala 2.11 was removed in zio/zio-actors#89
Lets add it back now thar ZIO-NIO supports 2.11
-
Updated
Apr 14, 2020 - Java
-
Updated
Apr 15, 2021 - Java
Improve this page
Add a description, image, and links to the actor-model topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actor-model topic, visit your repo's landing page and select "manage topics."
ActorAdapter will ignore
null
message with "Adapter function returned null which is not valid as an .."However, this seems not be documented. For instance, scaladoc/javadoc of
pipeToSelf
could mention it as well as any other place where adapters are used.