ruby-concurrency/concurrent-ruby

View on GitHub
docs-source/erlang_actor.init.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'concurrent-edge'

include Concurrent::ErlangActor::EnvironmentConstants

def do_stuff(*args)
  sleep 0.01
  :stuff
end