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

Skip to content

dmsnell/otp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gleam OTP

IRC: #gleam-lang on chat.freenode.net CI

A Gleam library for building fault tolerant multi-core programs using the actor model. It is compatible with Erlang's OTP framework.

This library is experimental and will likely have many breaking changes in the future!

Actor hierarchy

This library defines several different types of actor that can be used in Gleam programs.

   Process
      ↓
    Actor
   ↙    ↘
Task    Supervisor

Process

The process is the lowest level building block of OTP, all other actors are built on top of processes either directly or indirectly. Typically this abstraction would be not be used very often in Gleam applications, favour other actor types that provide more functionality.

Actor

TODO

Task

TODO

Supervisor

TODO

About

📫 Fault tolerant multicore programs with OTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 82.3%
  • Erlang 17.7%