Skip to content

ndmsystems/goa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goa

The purpose of the library is to hide low-level communication with channels using the model of actors.

The ideas from Erlang OTP were taken as a basis.

Goa allows you

  • Create processes and communicate with them using asynchronous or synchronous messages
  • Establish two-way relation between processes using links
  • Establish one-way relation between processes using monitors

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%