List of commits:
Subject Hash Author Date (UTC)
documentation f9e40f305cb18e274187ca4a6d5337d074d1ff30 mucbuc 2020-01-12 15:38:09
fixed test ea8fe3cc68d22f66233227333ca7e5e5ba5bf61b Ubuntu 2020-01-05 10:03:01
fix test 3000b9771071dad410993acf8a3fca2cae11c47b Ubuntu 2019-12-29 14:41:59
cleanup/ / /\ \\ 2318e095c0bc6cbc7831c56c0d60b7895534af37 mucbuc 2019-12-25 01:04:28
test for dead object removal 293a4ecb0c1b37e3f6de4c382c544f858e591b5d Ubuntu 2019-12-24 12:22:51
listener type 17dbf951b9f1c9d5597eec229bbb1493b7b7f9c0 Ubuntu 2019-12-24 11:50:57
impl folder 40a4b7b8898954a4c23ccbaa89e6f8b153a7aa7f Ubuntu 2019-12-24 07:28:25
formating 8a22c8b92ed52f7bc93856da8a724152e28d0a42 Ubuntu 2019-12-24 06:48:42
cleanup 30d1d919695bd75eefaf87fc946b94de78a67d60 Ubuntu 2019-12-24 06:46:23
dynamofwd 5b9c10a5c20ed27bccd2799f1695840aebb1d671 mucbuc 2019-12-24 02:33:38
cleanup 749066255127ffde23d8fda529764687252a29c3 Ubuntu 2019-12-23 13:46:37
more cleanup 828ab3c6685b28185f5cf300a8fb00c6d5e2427a Ubuntu 2019-12-23 05:53:18
cleanup d4a0e241f80849385bca4323ce28a38788bd03aa Ubuntu 2019-12-23 05:49:59
abstraction complete 210e60e6a600a1a1565a5eba52c9cceb7fc2d108 Ubuntu 2019-12-23 05:48:13
batch is now abstract 681a77dad6a0af7d2b053bdb1f24eda94158828d Ubuntu 2019-12-23 04:23:05
some cleanup 67af884f30b760e6dfeb16866faf180c2f419f3e mucbuc 2019-12-23 02:37:58
tests passing 227d2a97ddcc62abf13835ff77ed2abb55e304ee mucbuc 2019-12-22 21:32:38
some cleanup 32f6958b242ade546d396db1ad593b1b1e864533 mucbuc 2019-12-22 20:02:55
agent 8714f1b8e69d8037fb634fefefa2166cc0d73cc8 mucbuc 2019-12-22 19:56:03
shared_agent b647e38e4bb58096f6c58756dfa2718cacc30e64 mucbuc 2019-12-22 18:56:17
Commit f9e40f305cb18e274187ca4a6d5337d074d1ff30 - documentation
Author: mucbuc
Author date (UTC): 2020-01-12 15:38
Committer name: mucbuc
Committer date (UTC): 2020-01-12 15:38
Parent(s): ea8fe3cc68d22f66233227333ca7e5e5ba5bf61b
Signer:
Signing key:
Signing status: N
Tree: b56c9c4c724ba154dbbece59815f6bffff1c7992
File Lines added Lines deleted
README.md 14 1
File README.md changed (mode: 100644) (index e7702ef..94c022a)
1 1 ## dynamo ## dynamo
2 2
3 ![doc header](https://s3-us-west-2.amazonaws.com/mod-resources/mod-header.svg)
3 ### Objective:
4
5 Dispatch work to agents.
6
7 ### Interface:
8 ```
9 batch.hook( function ) -> agent
10 batch.invoke( ... )
11 batch.kill( ... )
12 batch.kill_invoke( ... )
13 batch.is_dead()
14 ```
15
16 ![doc header](https://s3-us-west-2.amazonaws.com/mod-resources/mod-header.svg)
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/dynamo

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

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

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