implementing the blocking channel communitation between routines

This commit is contained in:
2025-06-12 14:59:59 +09:00
parent 0865609ec7
commit 89a6bf21ab
5 changed files with 365 additions and 134 deletions

View File

@ -1,4 +1,4 @@
SRCS = ctx.c
SRCS = chan.c ctx.c
OBJS = $(SRCS:.c=.o)
CFLAGS := -Wall -g