Simple queue realisation

This commit is contained in:
2019-09-13 15:40:15 +03:00
parent 224748cb5a
commit db72b838d3
6 changed files with 92 additions and 7 deletions

2
shards
View File

@ -6,4 +6,4 @@ docker run -it \
-u "$(id -u):$(id -g)" \
-v "$PWD:/app" \
-w "/app" \
crystallang/crystal:0.30.0 shards "$@"
village-crystal shards "$@"