Project: Fishee

This commit is contained in:
Salar Rahmanian 2025-04-26 20:57:30 -07:00
parent 336853b2a7
commit 019c4d0f0f
3 changed files with 28 additions and 3 deletions

View file

@ -1,7 +1,7 @@
+++
title = "ZIO Actors"
description = "A High performance, purely functional library for building, composing, and supervising typed actors based on ZIO using Scala."
weight = 3
weight = 4
[taxonomies]
tags = ["actor model", "concurrency", "distributed systems", "scala", "functional programming", "zio"]
@ -31,5 +31,3 @@ Original creator of this project, though I do not maintain it anymore.
- Repository: <https://github.com/zio/zio-actors>
- README: <https://github.com/zio/zio-actors/blob/master/README.md>
- Documentation: <https://zio.dev/zio-actors/>