Evan Hunt
c47fa689d4
use a thread-local variable to get the current running loop
...
if we had a method to get the running loop, similar to how
isc_tid() gets the current thread ID, we can simplify loop
and loopmgr initialization.
remove most uses of isc_loop_current() in favor of isc_loop().
in some places where that was the only reason to pass loopmgr,
remove loopmgr from the function parameters.
2024-04-02 10:35:56 +02:00
..
2023-03-08 08:36:25 +01:00
2023-10-27 12:55:51 +02:00
2023-10-13 14:44:40 +02:00
2023-08-31 10:29:16 -07:00
2024-03-06 10:49:02 +01:00
2023-05-18 15:12:23 +02:00
2024-03-08 15:36:56 -08:00
2024-03-06 10:49:02 +01:00
2023-12-06 15:15:25 +02:00
2023-05-18 15:12:23 +02:00
2023-08-31 10:29:16 -07:00
2023-05-18 15:12:23 +02:00
2023-05-18 15:12:23 +02:00
2023-08-15 10:25:37 -07:00
2024-03-08 15:36:56 -08:00
2024-03-06 10:49:02 +01:00
2023-08-31 10:29:16 -07:00
2023-09-04 10:19:48 +02:00
2023-12-05 14:58:58 +00:00
2023-05-18 15:12:23 +02:00
2024-03-25 10:40:23 +01:00
2024-03-08 15:36:56 -08:00
2023-08-15 14:24:39 +02:00
2024-03-08 15:36:56 -08:00
2024-02-14 01:36:44 -08:00
2024-02-26 12:02:40 +11:00
2023-05-18 15:12:23 +02:00
2023-07-27 11:37:44 +02:00
2023-09-16 07:32:17 +02:00
2023-05-18 15:12:23 +02:00
2024-01-25 14:48:07 +01:00
2023-09-24 18:07:40 +02:00
2023-03-31 13:33:16 +02:00
2024-04-02 10:35:56 +02:00
2023-06-01 16:51:38 +02:00