From 4ca9d6d812e027735a6a5cf4fa3099afcb43265a Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 26 Jul 2022 12:32:47 +0200 Subject: [PATCH] feat(naming) adds naming to sockets and threads for debugging also adds some debug functions to have a detailed view of yielding and resuming of threads in the scheduler. --- docs/index.html | 2 +- src/copas.lua | 249 +++++++++++++++++++++++++++++++++++++------- src/copas/queue.lua | 23 +++- src/copas/timer.lua | 12 ++- 4 files changed, 241 insertions(+), 45 deletions(-) diff --git a/docs/index.html b/docs/index.html index 13d14f9..4ab01f1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -109,7 +109,7 @@

History

Copas 3.0.0 [12/Nov/2021]