Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.
/ elixir-finalizer Public archive
forked from meh/elixir-finalizer

Define finalizers using the cool NIF hack.

Notifications You must be signed in to change notification settings

asaaki/elixir-finalizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finalizers for Elixir

This wrapper uses the awesome resource NIF hack.

Example

spawn fn ->
  Finalizer.define fn ->
    IO.puts "I'm dead :("
  end
end

About

Define finalizers using the cool NIF hack.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%