-
-
Save lune-sta/961b0e5375fc3dd27d7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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