Initial commit

This commit is contained in:
2024-12-31 01:27:53 -05:00
commit b3913d8078
25 changed files with 2477 additions and 0 deletions

7
doc.go Normal file
View File

@@ -0,0 +1,7 @@
// Package camfish provides an actor-model oriented framework for daemons.
//
// The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
// NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
// "OPTIONAL" in this documentation are to be interpreted as described in
// RFC 2119.
package camfish