actor-model
Here are 441 public repositories matching this topic...
-
Updated
Nov 21, 2020 - C#
-
Updated
Nov 20, 2020 - Rust
If somebody wants to just use the actix_derive crate (for example in a sublibrary to define a message struct), then actix needs to be compiled with default-features=false, i.e.,
actix = { version = "0.10", default-features = false}
is required to be a dependency instead of a dev.dependency.
It should be noted that it currently applies to all of the existing packages.
-
Updated
May 29, 2020 - Objective-C
-
Updated
Dec 1, 2020 - C#
-
Updated
Nov 29, 2020 - Go
-
Updated
Nov 30, 2020 - C++
-
Updated
Sep 22, 2020 - Kotlin
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 3, 2020 - C#
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Nov 30, 2020 - Rust
-
Updated
Sep 19, 2020 - C#
-
Updated
Oct 31, 2019 - Go
-
Updated
Nov 4, 2020 - Java
-
Updated
Nov 27, 2020 - Java
-
Updated
Nov 9, 2020 - C
-
Updated
Nov 27, 2020 - Erlang
-
Updated
Aug 13, 2020 - Python
-
Updated
May 1, 2020 - Rust
-
Updated
Dec 25, 2018 - Go
-
Updated
Mar 29, 2020 - Python
-
Updated
Dec 1, 2020 - C++
-
Updated
Apr 14, 2020 - Java
-
Updated
Dec 1, 2020 - Rust
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 25, 2020 - Scala
-
Updated
Jan 2, 2020 - C#
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
nullmessage with "Adapter function returned null which is not valid as an .."However, this seems not be documented. For instance, scaladoc/javadoc of
pipeToSelfcould mention it as well as any other place where adapters are used.