Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

nakidai/sami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAI(3)			   Library Functions Manual			SAI(3)

NAME
     sami - simple actor model implementation

SYNOPSIS
     #include <sami.h>

     int
     SAMI_make(SAMI *actor, SAMI_Handler *handler);

     int
     SAMI_send(SAMI *actor, void *buf, size_t length);

     int
     SAMI_kill(SAMI *actor);

     SAMI *
     SAMI_parent(void);

DESCRIPTION
     sami is a library for handling actors.  It uses fork(2) for making
     actors, and unix(7) sockets for message delivering.

RETURN VALUE
     Functions usually return 0 on success, and any other number on failure.
     Consider checking errno(7) in the latter case.

     SAMI_parent() returns a valid pointer.

SEE ALSO
     fork(2), unix(7)

AUTHORS
     Nakidai Perumenei <[email protected]>

Linux 6.14.7-arch2-1		August 29, 2025		  Linux 6.14.7-arch2-1

About

simple actor model implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published