Skip to content

Instantly share code, notes, and snippets.

@lune-sta
Created July 31, 2014 06:05
Show Gist options
  • Save lune-sta/bbfbb6452e14106400da to your computer and use it in GitHub Desktop.
Save lune-sta/bbfbb6452e14106400da to your computer and use it in GitHub Desktop.
def fork_join(processor_count)
cg = CG.new
processor_count.times do
p = Place.new do
end
cg.add_place(p)
end
yield cg
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment