Rename streams to threads (#55)

This commit is contained in:
Asim Aslam
2021-01-29 14:11:04 +00:00
committed by GitHub
parent bdc63a699c
commit 253c153706
32 changed files with 1047 additions and 1597 deletions

3
threads/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM alpine
ADD threads /threads
ENTRYPOINT [ "/threads" ]