package
0.0.0-20241204153840-f3f09f0b60cb
Repository: https://github.com/kylekinsella/concurrent-development-4th-year.git
Documentation: pkg.go.dev

# README

Re-usable Barrier Lab, Made by Kyle Kinsella | C00273146

What is a Re-usable Barrier?

A re-usable barrier is the same problem as the simple barrier but we want to be able to use a loop within the barrier. A simple barrier does not use a loop, a re-usable barrier does.

Below is a diagram on what the re-usable barrier looks like (this would run in a for loop for n times)

A A
____
B B

How to run my code

To run my code you must do the following:

1. Download my go file

2. Type in: Go run filename, change filename to be the name of the file

Licensing

All of this work I have completed is licensed with my below license.

This work by Kyle Kinsella is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International