This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 67dddcb84584d7970d78f2e6abd1f69017c220b5
tree 6bbc88d4fcf3e5126238f460a75104c3bd9bafff
parent b378476ddc307553064425f78f9a4ed6e81f1c92
tree 6bbc88d4fcf3e5126238f460a75104c3bd9bafff
parent b378476ddc307553064425f78f9a4ed6e81f1c92
README
EM.run {
EM::add_timer(0) do
EM::start_pipeline {
EM::pipeline {
puts "Hello!"
}
puts "DONE1"
}
puts "DONE2"
end
}








