Skip to content

Instantly share code, notes, and snippets.

@lune-sta
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save lune-sta/961b0e5375fc3dd27d7d to your computer and use it in GitHub Desktop.

Select an option

Save lune-sta/961b0e5375fc3dd27d7d to your computer and use it in GitHub Desktop.
class ForkJoin < Algorithm
def initialize()
@protocol = Protocol.new(...)
...
end
def protocol()
...
end
def debug()
...
end
end
class Protocol
def initialize()
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment