actor-model
Here are 477 public repositories matching this topic...
-
Updated
Jul 23, 2021 - C#
-
Updated
Jun 17, 2021 - Rust
-
Updated
Jun 8, 2021 - Rust
It should be noted that it currently applies to all of the existing packages.
-
Updated
Jul 23, 2021 - C#
-
Updated
May 29, 2020 - Objective-C
-
Updated
Jul 21, 2021 - Go
-
Updated
Jul 21, 2021 - C++
-
Updated
Jun 15, 2021 - Kotlin
-
Updated
Jun 7, 2021 - Rust
-
Updated
Jul 9, 2021 - Python
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
Jan 21, 2021 - C#
-
Updated
Jul 18, 2021 - Rust
-
Updated
Sep 19, 2020 - C#
Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the web-sys
must be used.
- Use a different WebSocket implementation if the target is
wasm
. - wasm example of a client.
-
Updated
Mar 30, 2021 - Go
-
Updated
Jun 18, 2021 - Java
-
Updated
Jul 1, 2021 - C
-
Updated
Jul 22, 2021 - Java
-
Updated
Jul 23, 2021 - Erlang
-
Updated
Jul 23, 2021 - C++
-
Updated
Aug 13, 2020 - Python
-
Updated
Jul 17, 2021 - Rust
-
Updated
Jan 27, 2021 - Python
We would like to make it easier to write manifest files so that we aren't constantly filling the file with the cumbersome actor public keys. Instead, we would like to be able to use the string that is associated with the actor's call alias
(which can be set and displayed using the wash
command line).
Of course, the trick is in figuring out where to go get the actor from once you have its ca
-
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
Jul 13, 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.