actors
Here are 306 public repositories matching this topic...
Hi guys,
I'm a computer science student and I have to make a project in Go with Proto.Actor. Because of my lack of experience (this is my first project in Go, coming from Java) and the lack of documentation on the official website I find it very difficult to understand how one can use it. It would be nice if you could provide a better documentation. Thank you!
The manual does not mention spawn_in_group and spawn_in_groups for spawning actors that immediately join a group as part of their construction.
-
Updated
May 30, 2020 - Kotlin
hello world usage code
var props = Actor.FromProducer(() => new HelloActor());
var pid = Actor.Spawn(props);
but Actor code is like this
public static class Actor
{
public static readonly Task Done;
public static EventStream EventStream { get; }
}
so this code is not working at first.
The documentation at http://docs.paralleluniverse.co/pulsar/ says,
There’s also a timed version of call!, which gives up and returns nil if the timeout expires.
However,
(actors/call-timed! (actors/spawn (actors/gen-server (reify actors/Server
(init [_])
(handle-call [_ _ _ _
in https://github.com/petabridge/akka-bootcamp/blob/master/src/Unit-2/lesson5/README.md
We call Stash.Unstash() to pop off the message at the top of the Stash.
SHOULD BE
We call Stash.Unstash() to pop off the oldest message message at the top of the Stash.
-
Updated
May 26, 2020 - JavaScript
-
Updated
Sep 11, 2019 - Java
Issue description
The original title key translates the title. It should not.
Version of IMDbPY, Python and OS
- Python:
3.6.9 - IMDbPY:
6.9dev20200125(installed from the repo here) - OS:
uname_result(system='Linux', node='blackfx', release='4.15.0-76-generic', version='#86-Ubuntu SMP Fri Jan 17 17:24:28 UTC 2020', machine='x86_64', processor='x86_64')
-
Updated
May 29, 2020 - Rust
-
Updated
May 16, 2020 - F#
So, I am a new user of Alka. I'm trying to learn. I've done the bootcamp, I've read some documentation.
Then, I come to this repo, which has the mission statement "to provide a small number of exceptionally well-explained and documented examples".
So I open up CrawlerService.cs.
First thing I noticed is that there are no code comments. At all.
So I read one of the first lines
protect
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
Jan 1, 2020 - C#
-
Updated
May 27, 2020 - PHP
-
Updated
May 27, 2020 - C#
-
Updated
May 27, 2020 - C#
-
Updated
Jun 1, 2020 - C#
Needs updating to reflect current status of Calvin.
-
Updated
Nov 5, 2019 - TypeScript
-
Updated
May 1, 2020 - Rust
-
Updated
Dec 25, 2018 - Go
-
Updated
Mar 29, 2020 - Python
-
Updated
May 23, 2020 - Java
-
Updated
Jun 10, 2017 - Elm
-
Updated
Jan 20, 2020 - C++
Improve this page
Add a description, image, and links to the actors topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actors topic, visit your repo's landing page and select "manage topics."


I have some code that is throwing an exception in a post-park action (i.e. inside the handler passed to parkAndSerialize). Quasar silently eats this exception in RunnableFiberTask.onException(). It's really confusing to have the framework eat exceptions without any kind of logging or error printing at all.
I suggest changing this code such that if the exception isn't handled here, it's either re-