Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 909 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 909 Bytes

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