A Go framework for creating daemons using an actor-model architecture.
Go to file
2025-05-21 15:24:23 -04:00
assets assets: Remove icon.png 2024-12-31 01:31:07 -05:00
examples examples/panic: Make an example to show off aforementioned feature 2025-05-21 13:50:34 -04:00
mock mock: Fix tests 2025-01-30 15:27:23 -05:00
.editorconfig Add .editorconfig, LICENSE 2025-01-28 11:03:35 -05:00
actor.go Improve named actor interface 2025-03-09 01:56:09 -05:00
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 Add --crash flag to crash and print stack trace on panic 2025-04-08 10:29:27 -04:00
error_test.go
error.go
flag_test.go
flag.go
go.mod Update go-util 2025-01-28 11:01:05 -05:00
go.sum Update go-util 2025-01-28 11:01:05 -05:00
ini_test.go
ini.go Fix local config path 2025-03-10 01:38:17 -04:00
LICENSE Add .editorconfig, LICENSE 2025-01-28 11:03:35 -05:00
phases.go Log config file paths after the --config one is added 2025-05-21 15:24:23 -04:00
README.md Add godoc link in README.md 2025-01-28 11:03:05 -05:00
run.go Document RunShutdownable in Run 2025-01-30 18:28:16 -05:00
util_test.go Fix util_test.go 2025-01-30 19:59:25 -05:00
util.go Print stack trace when actors panic 2025-05-21 13:50:16 -04: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.