A Go framework for creating daemons using an actor-model architecture.
Go to file
2025-01-30 19:57:40 -05:00
assets
examples examples/http: Fix logging 2025-01-30 19:39:37 -05:00
mock
.editorconfig
actor.go
actorset_test.go
actorset.go Add support for RunShutdownable to actorSet 2025-01-30 19:28:33 -05:00
config.go
cron.go
doc.go
environment_test.go
environment.go Environment can now run RunShutdownable actors 2025-01-30 19:29:23 -05:00
error_test.go
error.go
flag_test.go
flag.go
go.mod
go.sum
ini_test.go
ini.go
LICENSE
phases.go Environment exits if shutdown takes too long 2025-01-30 19:57:40 -05:00
README.md
run.go Document RunShutdownable in Run 2025-01-30 18:28:16 -05:00
util_test.go Add variation of panicWrap that does not take in a context 2025-01-30 19:29:02 -05:00
util.go Add variation of panicWrap that does not take in a context 2025-01-30 19:29:02 -05:00
version.go

CAMFISH

Concurrent Actor Model Framework for Internet Services on Holanet

Go Reference

CAMFISH is a Go framework for creating daemons using an actor-model architecture. It is designed to be fault-tolerant, and is capable of restarting individual parts of your program (actors) if they fail.