mucbuc / circuit (public) (License: GPLv3) (since 2020-06-28) (hash sha1)
Synchronize container operations for single objects
List of commits:
Subject Hash Author Date (UTC)
documentaoion 731b8bf31861113f070ee9e3613fdfbaef1e70a6 mucbuc 2020-01-12 15:46:29
index.h 74aafab338206a3d3c02b7448852dbde831692dc mucbuc 2020-01-12 04:42:02
factory returns shared_ptr 0d8ff1b381e3c7e275ebd99705853f54b100cdf9 mucbuc 2020-01-12 04:05:15
init 01daaea5899ac77acb8ec0c15583573d78eb9f31 mucbuc 2020-01-12 03:10:36
Commit 731b8bf31861113f070ee9e3613fdfbaef1e70a6 - documentaoion
Author: mucbuc
Author date (UTC): 2020-01-12 15:46
Committer name: mucbuc
Committer date (UTC): 2020-01-12 15:46
Parent(s): 74aafab338206a3d3c02b7448852dbde831692dc
Signing key:
Tree: dda2a176fdb8bf783d7481d7b09f6cb1b1e98a39
File Lines added Lines deleted
README.md 11 0
File README.md added (mode: 100644) (index 0000000..e8eeb01)
1 ## Objective
2
3 Syncronize container operations (for single objects)
4
5 ## Interface
6
7 ```
8 circuit.check_pop(variable)
9 circuit.wait_pop(variable)
10 circuit.push(1);
11 ```
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