Skip to content
#

actor

Here are 175 public repositories matching this topic...

geo-ant
geo-ant commented Feb 18, 2022

Expected Behavior

After implementing PartialEq and Eq for WeakAddr we can check if weak references point to the same actor, just as we can with their strong counterparts. Expected behavior

Let w1, w2 be either a pair of WeakAddrs

  • w1 == w2 evaluates to true if and only if both point to the same actor, regardless of whether the actor reference can be upgraded
  • w1==w2 eva

coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.

  • Updated Sep 26, 2021
  • Objective-C

The Java microservice lib. QBit is a reactive programming lib for building microservices - JSON, HTTP, WebSocket, and REST. QBit uses reactive programming to build elastic REST, and WebSockets based cloud friendly, web services. SOA evolved for mobile and cloud. ServiceDiscovery, Health, reactive StatService, events, Java idiomatic reactive programming for Microservices.

  • Updated Jan 18, 2018
  • Java

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

  • Updated Jan 13, 2022
  • C++

Improve this page

Add a description, image, and links to the actor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the actor topic, visit your repo's landing page and select "manage topics."

Learn more