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

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine:edge as builder
RUN apk add -u crystal shards libc-dev