You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/shaonibuke/go-actor

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/shaonibuke/go-actor

v0.0.1
Source
Go
Version published
Created
Source

go-actor

实现一个简单的业务actor模型,只考虑同进程之间的不同模块消息投递,不涉及跨进程.

特点

  • 进程内模块之间的消息投递
  • 可以异步投递
  • 分两种回复模式 投递无回复 投递以后异步回复

考虑

  • 线程安全
  • 消息重入 数据一致性

FAQs

Package last updated on 13 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts