hamburghammer
synced commits to master at hamburghammer-mir.../rcon from mirror
2021-04-06 23:01:31 +02:00
cde545b144
Move test password to a global constant
3f1ed29b91
Fix typos
hamburghammer
synced commits to master at hamburghammer-mir.../dll from mirror
2021-04-02 23:21:32 +02:00
23495fde3b
Add dependency to correctly read CPU quota inside containers
479b9108ec
Add copyright holder
1fd20f9b1c
Replace travis setup with drone CI
52fc35ebbe
Add go module file
hamburghammer
synced commits to master at hamburghammer-mir.../gohttpserver from mirror
2021-04-01 11:43:08 +02:00
627dea49c5
Add docker setup section to the README
777ff2376d
Merge remote-tracking branch 'upstream/master'
41981a3d8a
update readme
47789eec68
Merge branch 'aeoluswing-master'
4c880193ce
merge pull request
28368bce3d
fix: Change Worker struct to be private
941b47790b
doc: Add general documentation for the poolth crate
92b4db36a6
feat: Implement the tutorial ThreadPool version
61e6d3d3b6
fix: Add gracefull shutdown over the Drop trait for the ThreadPool
dd912156df
feat: Implement thread pool to handel the requests
c684b7f11b
WIP: Implement the tutorial version