#
actor-system
Here are 16 public repositories matching this topic...
The first Java Actor System supporting fibers from Project Loom
java
actor-model
fibers
multithreading
actor
threads
fiber
green-threads
actor-system
loom
java-actor
thread-confinement
-
Updated
Mar 27, 2021 - Java
SparkServer是一个参照skynet设计的C#服务端框架,能够无缝整合到skynet集群机制中,也能自行组网,构建只有SparkServer节点的集群
-
Updated
Jan 15, 2021 - C
Build robust and resilient message-driven systems
-
Updated
Jun 5, 2017 - JavaScript
A system that implements the actor model.
-
Updated
Oct 2, 2016 - Java
Application to demonstrate Akka actor model framework basic flow
-
Updated
Jan 26, 2018 - Java
An actor database system implementation for the seminar Actor Database Systems at HPI
-
Updated
Sep 12, 2018 - TeX
Lightweight in-process asynchronous message based inter-components communication framework - Actor System
-
Updated
Jan 22, 2019 - C#
A personal study of actor model in Ruby
-
Updated
Dec 16, 2020 - Ruby
My own collection of patterns in Pony Language
-
Updated
Dec 28, 2019 - Pony
Project made in 2015 for Concurrent and Distributed Programming course at University
-
Updated
Jan 3, 2018 - Java
Simple play2 standalone server which will automatically find available ports on the host computer from a host range to starts the play2 server as well as akka actor system
-
Updated
Sep 22, 2017 - Java
Simple implementation of actor model framework.
-
Updated
Oct 30, 2020 - Kotlin
Journey to learn actors and akka using scala
-
Updated
Oct 26, 2019 - Scala
Improve this page
Add a description, image, and links to the actor-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actor-system topic, visit your repo's landing page and select "manage topics."


The
Decoderis used by theFramedTcptransport to transform a stream-based protocol (TCP) into a packet-based protocol that fits really well with the concept of message.The
Decodercollects data from the stream until it can be considered a message. In that process, each chunk of data received from the