项目作者: midas-framework

项目描述 :
Library for interoperating with specific functionality in the erlang runtime (BEAM).
高级语言: Erlang
项目地址: git://github.com/midas-framework/beam.git
创建时间: 2021-02-09T08:35:15Z
项目社区:https://github.com/midas-framework/beam

开源协议:Apache License 2.0

下载


Gleam Erlang 🐙

A library for making use of Erlang specific code!

  1. gleam add gleam_erlang@1
  1. import gleam/io
  2. import gleam/erlang/process
  3. pub fn main() {
  4. process.spawn(fn() {
  5. io.println("Hello from another process running concurrently!")
  6. })
  7. }

Documentation can be found at https://hexdocs.pm/gleam_erlang.

This library requires OTP 23.0 or higher.