From d574649899a29ce7eb96485c0a4c606f14f87011 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 28 Dec 2024 23:29:35 -0800 Subject: resolver: use explicit resolver item provided by caller This avoids the need to perform multiple allocations for dialing, eliminating additional potential failures. Cancellation is also made simpler and more perfectly robust. --- src/core/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/thread.c') diff --git a/src/core/thread.c b/src/core/thread.c index 6f50476a..15baab04 100644 --- a/src/core/thread.c +++ b/src/core/thread.c @@ -172,4 +172,4 @@ void nni_thr_set_name(nni_thr *thr, const char *name) { nni_plat_thr_set_name(thr != NULL ? &thr->thr : NULL, name); -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2