actor-model
Here are 439 public repositories matching this topic...
-
Updated
Nov 13, 2020 - C#
-
Updated
Aug 23, 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
Nov 13, 2020 - C#
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 14, 2020 - C++
-
Updated
Sep 22, 2020 - Kotlin
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 3, 2020 - C#
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Rust
-
Updated
Sep 19, 2020 - C#
-
Updated
Oct 31, 2019 - Go
-
Updated
Nov 4, 2020 - Java
-
Updated
Nov 9, 2020 - C
-
Updated
Nov 12, 2020 - Erlang
-
Updated
Oct 28, 2020 - Java
-
Updated
Aug 13, 2020 - Python
-
Updated
May 1, 2020 - Rust
-
Updated
Dec 25, 2018 - Go
-
Updated
Mar 29, 2020 - Python
-
Updated
Apr 14, 2020 - Java
-
Updated
Nov 13, 2020 - C++
-
Updated
Nov 11, 2020 - Java
-
Updated
Oct 3, 2020 - Rust
-
Updated
Nov 10, 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
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.