mucbuc / circuit (public) (License: GPLv3) (since 2020-06-28) (hash sha1)
Synchronize container operations for single objects

/README.md (e8eeb01643cb01dfe88aa0de68639458d43ce9d5) (163 bytes) (mode 100644) (type blob)

## Objective

Syncronize container operations (for single objects)

## Interface

```
circuit.check_pop(variable)
circuit.wait_pop(variable)
circuit.push(1); 
```


Mode Type Size Ref File
100644 blob 27 6f7455b9e1a8e283090f58f85dad4e69f646df00 .gitignore
100644 blob 163 e8eeb01643cb01dfe88aa0de68639458d43ce9d5 README.md
100644 blob 185 cf28781387486366671abe36c5b1a99049128cd2 circuit.json
100644 blob 325 46fc3d5cd94171a392d117e4efabeedd8ee67a44 package.json
040000 tree - 2da52b90b5ad01652d946ec330365dc5b253cda8 src
040000 tree - 936d79a523921e795554eff8088373e3217d55e3 test
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/mucbuc/circuit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/mucbuc/circuit

Clone this repository using git:
git clone git://git.rocketgit.com/user/mucbuc/circuit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main