Remove executor load/count, add closeOnEose to subscription

This commit is contained in:
Jon Staab
2023-10-26 11:52:34 -07:00
parent 495f19b56d
commit 05307a7780
5 changed files with 316 additions and 352 deletions
+1
View File
@@ -2,6 +2,7 @@ export * from "./Connection"
export * from "./ConnectionMeta"
export * from "./Executor"
export * from "./Pool"
export * from "./Subscription"
export * from "./util/nostr"
export * from "./util/Deferred"
export * from "./util/Emitter"