From f159effadf08feb7125df079057a55b5fafa388c Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 25 Sep 2023 23:22:06 -0700 Subject: [PATCH] integrate setups --- datastore/threads/threadproxyds.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/datastore/threads/threadproxyds.nim b/datastore/threads/threadproxyds.nim index 07f8f87..c2d0286 100644 --- a/datastore/threads/threadproxyds.nim +++ b/datastore/threads/threadproxyds.nim @@ -84,7 +84,6 @@ template dispatchTask(self: ThreadDatastore, of Sqlite: var ds {.inject.} = self.backend.sql proc runTask() = - # self.tp.spawn `fn`(addr ctx, ds, args) `blk` runTask()