Go C#

Proto.Actor Framework

TLDR; Just show me the code!

Introduction

Concepts

Building Blocks

Core Features

Utility features

  • AsyncSemaphore - How do I limit concurrency to a given resource?
  • BatchingMailbox - How do I collect many events and process as single one unit?
  • Throttle - How do I throttle method calls?

Performance

Observability

Extension models

Articles

Useful Patterns

Additional Information

Icon