actor-model
Here are 529 public repositories matching this topic...
-
Updated
Jun 5, 2022 - C#
I'd like to configure stack size(and probably give threads names), afaik it's currently not possible.
-
Updated
Apr 9, 2022 - Rust
When declaring a type as private to a package, but then using that value as the default value poncy crashes (SIGSEGV) within llvm with the following message:
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Code to reproduce the error
// inside the "useful" package
primitive _PrivateDefault
actor Useful[-
Updated
Jun 4, 2022 - C#
-
Updated
Jun 2, 2022 - Go
-
Updated
Sep 26, 2021 - Objective-C
-
Updated
Jun 4, 2022 - C++
-
Updated
Jun 15, 2021 - Kotlin
-
Updated
Jun 5, 2022 - Go
-
Updated
May 23, 2022 - Rust
-
Updated
May 27, 2022 - Python
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Apr 1, 2022 - C#
-
Updated
Nov 24, 2021 - Rust
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
Oct 13, 2021 - C#
-
Updated
Oct 14, 2021 - Go
-
Updated
May 9, 2022 - C
-
Updated
May 27, 2022 - Java
-
Updated
Jun 2, 2022 - C
-
Updated
Jun 5, 2022 - Erlang
With CAF 0.18, actor names must be constant strings. The active and passive partition carry their human-readable name in the variable self->state.name already.
In active_partition.cpp and passive_partition.cpp we currently have a lot of log messages using the actor name rather than the human-readable partition name. We need to change them like this:
VAST_DEBUG("{} persists p-
Updated
Aug 13, 2020 - Python
-
Updated
May 23, 2022 - C++
-
Updated
Jun 2, 2022 - Go
-
Updated
Feb 22, 2022 - Python
-
Updated
May 22, 2022 - Rust
-
Updated
Dec 25, 2018 - Go
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.