@fncts/io 0.0.13 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (928) hide show
  1. package/Cached/api.d.ts +2 -2
  2. package/Channel/UpstreamPullStrategy/definition.d.ts +1 -1
  3. package/Channel/api/mapOutIOC.d.ts +1 -1
  4. package/Channel/api/mergeAllWith.d.ts +2 -2
  5. package/Channel/api/mergeWith.d.ts +2 -2
  6. package/Channel/api/toPull.d.ts +1 -1
  7. package/Channel/api.d.ts +8 -8
  8. package/Channel/core-api.d.ts +2 -2
  9. package/Channel/definition.d.ts +24 -10
  10. package/Channel/internal/AsyncInputConsumer.d.ts +1 -1
  11. package/Channel/internal/AsyncInputProducer.d.ts +1 -1
  12. package/Channel/internal/ChannelExecutor.d.ts +5 -5
  13. package/Channel/internal/ChannelState.d.ts +1 -1
  14. package/Channel/internal/MergeDecision.d.ts +1 -1
  15. package/Channel/internal/MergeState.d.ts +2 -2
  16. package/Channel/internal/SingleProducerAsyncInput.d.ts +4 -4
  17. package/Clock/api.d.ts +2 -2
  18. package/Clock/definition.d.ts +2 -2
  19. package/Clock/live.d.ts +3 -3
  20. package/Console/api.d.ts +1 -1
  21. package/Fiber/FiberContext.d.ts +10 -10
  22. package/Fiber/api/await.d.ts +2 -2
  23. package/Fiber/api/awaitAll.d.ts +2 -2
  24. package/Fiber/api/children.d.ts +1 -1
  25. package/Fiber/api/collectAll.d.ts +3 -3
  26. package/Fiber/api/evalOn.d.ts +1 -1
  27. package/Fiber/api/evalOnIO.d.ts +1 -1
  28. package/Fiber/api/fromIO.d.ts +1 -1
  29. package/Fiber/api/id.d.ts +2 -2
  30. package/Fiber/api/inheritRefs.d.ts +1 -1
  31. package/Fiber/api/interrupt.d.ts +2 -2
  32. package/Fiber/api/interruptAll.d.ts +3 -3
  33. package/Fiber/api/interruptAs.d.ts +3 -3
  34. package/Fiber/api/join.d.ts +1 -1
  35. package/Fiber/api/joinAll.d.ts +1 -1
  36. package/Fiber/api/mapFiber.d.ts +1 -1
  37. package/Fiber/api/mapIO.d.ts +2 -2
  38. package/Fiber/api/poll.d.ts +3 -3
  39. package/Fiber/api/zipWith.d.ts +1 -1
  40. package/Fiber/constructors.d.ts +8 -8
  41. package/Fiber/definition.d.ts +3 -3
  42. package/FiberRef/api/locallyScoped.d.ts +1 -1
  43. package/FiberRef/api/locallyScopedWith.d.ts +1 -1
  44. package/FiberRef/api.d.ts +8 -8
  45. package/FiberRef/constructors.d.ts +2 -2
  46. package/FiberRef/unsafe.d.ts +5 -5
  47. package/FiberRefs/api.d.ts +4 -4
  48. package/FiberRefs/definition.d.ts +3 -3
  49. package/FiberRefs/join.d.ts +2 -2
  50. package/FiberScope/constructors.d.ts +1 -1
  51. package/FiberScope/definition.d.ts +1 -1
  52. package/FiberState/api.d.ts +1 -1
  53. package/FiberState/constructors.d.ts +3 -3
  54. package/FiberState/definition.d.ts +3 -3
  55. package/FiberStatus/constructors.d.ts +1 -1
  56. package/FiberStatus/definition.d.ts +1 -1
  57. package/Future/api.d.ts +18 -18
  58. package/Future/constructors.d.ts +3 -3
  59. package/Future/definition.d.ts +2 -2
  60. package/Hub/api.d.ts +22 -22
  61. package/Hub/internal.d.ts +1 -1
  62. package/IO/api/acquireRelease.d.ts +2 -2
  63. package/IO/api/acquireReleaseExit.d.ts +2 -2
  64. package/IO/api/acquireReleaseInterruptible.d.ts +1 -1
  65. package/IO/api/acquireReleaseInterruptibleExit.d.ts +2 -2
  66. package/IO/api/addFinalizer.d.ts +1 -1
  67. package/IO/api/addFinalizerExit.d.ts +2 -2
  68. package/IO/api/asyncIO.d.ts +1 -1
  69. package/IO/api/bracket.d.ts +2 -2
  70. package/IO/api/bracketExit.d.ts +3 -3
  71. package/IO/api/concurrency.d.ts +4 -4
  72. package/IO/api/concurrentFinalizers.d.ts +1 -1
  73. package/IO/api/consoleWith.d.ts +1 -1
  74. package/IO/api/core-scope.d.ts +3 -3
  75. package/IO/api/ensuringChildren.d.ts +1 -1
  76. package/IO/api/environment.d.ts +3 -3
  77. package/IO/api/foreachC.d.ts +2 -2
  78. package/IO/api/foreachExec.d.ts +1 -1
  79. package/IO/api/fulfill.d.ts +1 -1
  80. package/IO/api/interrupt.d.ts +7 -7
  81. package/IO/api/onExit.d.ts +2 -2
  82. package/IO/api/onTermination.d.ts +4 -4
  83. package/IO/api/provideLayer.d.ts +1 -1
  84. package/IO/api/race.d.ts +1 -1
  85. package/IO/api/raceFirst.d.ts +1 -1
  86. package/IO/api/randomWith.d.ts +1 -1
  87. package/IO/api/repeat.d.ts +6 -6
  88. package/IO/api/retry.d.ts +5 -5
  89. package/IO/api/schedule.d.ts +2 -2
  90. package/IO/api/scopeWith.d.ts +1 -1
  91. package/IO/api/scoped.d.ts +3 -3
  92. package/IO/api/sequenceT.d.ts +1 -1
  93. package/IO/api/sleep.d.ts +2 -2
  94. package/IO/api/stateful.d.ts +2 -2
  95. package/IO/api/timeout.d.ts +4 -4
  96. package/IO/api/withEarlyRelease.d.ts +1 -1
  97. package/IO/api/withFinalizer.d.ts +1 -1
  98. package/IO/api/withFinalizerExit.d.ts +2 -2
  99. package/IO/api/withRuntimeConfig.d.ts +2 -2
  100. package/IO/api/zipC.d.ts +4 -4
  101. package/IO/api.d.ts +53 -53
  102. package/IO/definition.d.ts +16 -10
  103. package/IO/runtime.d.ts +7 -7
  104. package/IOEnv/services.d.ts +1 -1
  105. package/IOSpec.d.ts +6 -6
  106. package/Layer/MemoMap.d.ts +8 -8
  107. package/Layer/api.d.ts +39 -39
  108. package/Layer/definition.d.ts +16 -9
  109. package/Logger/api.d.ts +2 -2
  110. package/Logger/definition.d.ts +4 -4
  111. package/Queue/api/dimapIO.d.ts +6 -6
  112. package/Queue/api/filterInputIO.d.ts +3 -3
  113. package/Queue/api/filterOutputIO.d.ts +3 -3
  114. package/Queue/api/operations.d.ts +10 -10
  115. package/Queue/api/poll.d.ts +2 -2
  116. package/Queue/api/takeBetween.d.ts +1 -1
  117. package/Queue/api/zipWithIO.d.ts +3 -3
  118. package/Queue/constructors.d.ts +4 -4
  119. package/Queue/definition.d.ts +3 -3
  120. package/Queue/strategy.d.ts +10 -10
  121. package/Random/api.d.ts +5 -5
  122. package/Random/definition.d.ts +5 -5
  123. package/Random/live.d.ts +4 -4
  124. package/Ref/Atomic/Atomic.d.ts +1 -1
  125. package/Ref/Atomic/api.d.ts +11 -11
  126. package/Ref/Derived.d.ts +1 -1
  127. package/Ref/DerivedAll.d.ts +1 -1
  128. package/Ref/Synchronized/api.d.ts +13 -13
  129. package/Ref/Synchronized/constructors.d.ts +2 -2
  130. package/Ref/Synchronized/definition.d.ts +1 -1
  131. package/Ref/api/collect.d.ts +2 -2
  132. package/Ref/api/dimap.d.ts +8 -8
  133. package/Ref/api/filter.d.ts +3 -3
  134. package/Ref/api/get.d.ts +1 -1
  135. package/Ref/api/match.d.ts +1 -1
  136. package/Ref/api/matchAll.d.ts +1 -1
  137. package/Ref/api/modify.d.ts +10 -10
  138. package/Ref/api/set.d.ts +1 -1
  139. package/Ref/constructors.d.ts +3 -3
  140. package/Ref/definition.d.ts +2 -2
  141. package/RuntimeConfig.d.ts +2 -2
  142. package/STM/api/core-api.d.ts +5 -5
  143. package/STM/api/core-constructors.d.ts +7 -7
  144. package/STM/api.d.ts +56 -56
  145. package/STM/definition.d.ts +2 -2
  146. package/STM/driver.d.ts +2 -2
  147. package/STM/internal/CommitState.d.ts +1 -1
  148. package/STM/internal/Journal.d.ts +3 -3
  149. package/STM/internal/TryCommit.d.ts +1 -1
  150. package/Schedule/Driver.d.ts +1 -1
  151. package/Schedule/api/driver.d.ts +1 -1
  152. package/Schedule/api.d.ts +73 -73
  153. package/Scope/Finalizer/definition.d.ts +1 -1
  154. package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
  155. package/Scope/ReleaseMap/api.d.ts +7 -7
  156. package/Scope/ReleaseMap/definition.d.ts +2 -2
  157. package/Scope/api.d.ts +9 -9
  158. package/Scope/definition.d.ts +2 -2
  159. package/ScopedRef/api.d.ts +1 -1
  160. package/Sink/api.d.ts +18 -18
  161. package/State/api.d.ts +2 -2
  162. package/Stream/api/zipAllWith.d.ts +3 -3
  163. package/Stream/api/zipWith.d.ts +1 -1
  164. package/Stream/api/zipWithChunks.d.ts +4 -4
  165. package/Stream/api.d.ts +169 -162
  166. package/Stream/internal/Handoff.d.ts +2 -2
  167. package/Stream/internal/Pull.d.ts +2 -2
  168. package/Stream/internal/Take.d.ts +3 -3
  169. package/Stream/internal/util.d.ts +1 -1
  170. package/Supervisor/api.d.ts +3 -3
  171. package/Supervisor/constructors.d.ts +4 -4
  172. package/Supervisor/definition.d.ts +3 -3
  173. package/TExit/constructors.d.ts +1 -1
  174. package/TExit/definition.d.ts +1 -1
  175. package/TFuture/api.d.ts +7 -7
  176. package/TFuture/constructors.d.ts +4 -4
  177. package/TFuture/definition.d.ts +2 -2
  178. package/TReentrantLock/api.d.ts +16 -16
  179. package/TReentrantLock/definition.d.ts +2 -2
  180. package/TRef/api.d.ts +15 -15
  181. package/TRef/constructors.d.ts +5 -5
  182. package/TRef/definition.d.ts +2 -2
  183. package/TSemaphore/api.d.ts +7 -7
  184. package/TSemaphore/constructors.d.ts +1 -1
  185. package/_cjs/Cached/api.cjs +5 -5
  186. package/_cjs/Cached/api.cjs.map +1 -1
  187. package/_cjs/Channel/api/interruptWhen.cjs +1 -1
  188. package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
  189. package/_cjs/Channel/api/mapOutIOC.cjs +2 -2
  190. package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
  191. package/_cjs/Channel/api/mergeAllWith.cjs +11 -11
  192. package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
  193. package/_cjs/Channel/api/mergeWith.cjs +5 -5
  194. package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
  195. package/_cjs/Channel/api/run.cjs +3 -1
  196. package/_cjs/Channel/api/run.cjs.map +1 -1
  197. package/_cjs/Channel/api.cjs +7 -7
  198. package/_cjs/Channel/api.cjs.map +1 -1
  199. package/_cjs/Channel/core-api.cjs.map +1 -1
  200. package/_cjs/Channel/internal/ChannelExecutor.cjs +6 -6
  201. package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
  202. package/_cjs/Channel/internal/ChannelState.cjs +2 -1
  203. package/_cjs/Channel/internal/ChannelState.cjs.map +1 -1
  204. package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +16 -16
  205. package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
  206. package/_cjs/Clock/definition.cjs +1 -1
  207. package/_cjs/Clock/definition.cjs.map +1 -1
  208. package/_cjs/Console/api.cjs +5 -3
  209. package/_cjs/Console/api.cjs.map +1 -1
  210. package/_cjs/Console/definition.cjs +1 -1
  211. package/_cjs/Console/definition.cjs.map +1 -1
  212. package/_cjs/Fiber/FiberContext.cjs +3 -3
  213. package/_cjs/Fiber/FiberContext.cjs.map +1 -1
  214. package/_cjs/Fiber/api/await.cjs +1 -1
  215. package/_cjs/Fiber/api/await.cjs.map +1 -1
  216. package/_cjs/Fiber/api/awaitAll.cjs +2 -4
  217. package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
  218. package/_cjs/Fiber/api/children.cjs +1 -1
  219. package/_cjs/Fiber/api/children.cjs.map +1 -1
  220. package/_cjs/Fiber/api/collectAll.cjs +2 -4
  221. package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
  222. package/_cjs/Fiber/api/evalOn.cjs +1 -1
  223. package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
  224. package/_cjs/Fiber/api/evalOnIO.cjs +2 -4
  225. package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
  226. package/_cjs/Fiber/api/fromIO.cjs +2 -4
  227. package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
  228. package/_cjs/Fiber/api/id.cjs +1 -1
  229. package/_cjs/Fiber/api/id.cjs.map +1 -1
  230. package/_cjs/Fiber/api/inheritRefs.cjs +1 -1
  231. package/_cjs/Fiber/api/inheritRefs.cjs.map +1 -1
  232. package/_cjs/Fiber/api/interrupt.cjs +2 -4
  233. package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
  234. package/_cjs/Fiber/api/interruptAll.cjs +4 -5
  235. package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
  236. package/_cjs/Fiber/api/interruptAs.cjs +1 -1
  237. package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
  238. package/_cjs/Fiber/api/interruptFork.cjs +1 -1
  239. package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
  240. package/_cjs/Fiber/api/join.cjs +2 -4
  241. package/_cjs/Fiber/api/join.cjs.map +1 -1
  242. package/_cjs/Fiber/api/joinAll.cjs +2 -4
  243. package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
  244. package/_cjs/Fiber/api/mapFiber.cjs +2 -4
  245. package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
  246. package/_cjs/Fiber/api/mapIO.cjs +4 -5
  247. package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
  248. package/_cjs/Fiber/api/poll.cjs +1 -1
  249. package/_cjs/Fiber/api/poll.cjs.map +1 -1
  250. package/_cjs/Fiber/api/zipWith.cjs +2 -4
  251. package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
  252. package/_cjs/Fiber/constructors.cjs +10 -11
  253. package/_cjs/Fiber/constructors.cjs.map +1 -1
  254. package/_cjs/FiberRef/api/locallyScoped.cjs +2 -4
  255. package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
  256. package/_cjs/FiberRef/api/locallyScopedWith.cjs +2 -4
  257. package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
  258. package/_cjs/FiberRef/api.cjs +13 -14
  259. package/_cjs/FiberRef/api.cjs.map +1 -1
  260. package/_cjs/FiberRef/constructors.cjs +4 -6
  261. package/_cjs/FiberRef/constructors.cjs.map +1 -1
  262. package/_cjs/Future/api.cjs +30 -31
  263. package/_cjs/Future/api.cjs.map +1 -1
  264. package/_cjs/Future/constructors.cjs +4 -5
  265. package/_cjs/Future/constructors.cjs.map +1 -1
  266. package/_cjs/Hub/api.cjs +44 -44
  267. package/_cjs/Hub/api.cjs.map +1 -1
  268. package/_cjs/Hub/internal.cjs +14 -14
  269. package/_cjs/Hub/internal.cjs.map +1 -1
  270. package/_cjs/IO/api/acquireRelease.cjs +2 -4
  271. package/_cjs/IO/api/acquireRelease.cjs.map +1 -1
  272. package/_cjs/IO/api/acquireReleaseExit.cjs +1 -1
  273. package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
  274. package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +1 -1
  275. package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
  276. package/_cjs/IO/api/addFinalizer.cjs +1 -1
  277. package/_cjs/IO/api/addFinalizer.cjs.map +1 -1
  278. package/_cjs/IO/api/addFinalizerExit.cjs +2 -4
  279. package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
  280. package/_cjs/IO/api/asyncIO.cjs +5 -7
  281. package/_cjs/IO/api/asyncIO.cjs.map +1 -1
  282. package/_cjs/IO/api/bracket.cjs +2 -2
  283. package/_cjs/IO/api/bracket.cjs.map +1 -1
  284. package/_cjs/IO/api/bracketExit.cjs +2 -4
  285. package/_cjs/IO/api/bracketExit.cjs.map +1 -1
  286. package/_cjs/IO/api/concurrency.cjs +7 -7
  287. package/_cjs/IO/api/concurrency.cjs.map +1 -1
  288. package/_cjs/IO/api/concurrentFinalizers.cjs +2 -4
  289. package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
  290. package/_cjs/IO/api/consoleWith.cjs +3 -3
  291. package/_cjs/IO/api/consoleWith.cjs.map +1 -1
  292. package/_cjs/IO/api/core-scope.cjs +4 -4
  293. package/_cjs/IO/api/core-scope.cjs.map +1 -1
  294. package/_cjs/IO/api/ensuringChildren.cjs +2 -4
  295. package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
  296. package/_cjs/IO/api/environment.cjs +5 -6
  297. package/_cjs/IO/api/environment.cjs.map +1 -1
  298. package/_cjs/IO/api/foreachC.cjs +25 -27
  299. package/_cjs/IO/api/foreachC.cjs.map +1 -1
  300. package/_cjs/IO/api/foreachExec.cjs +2 -4
  301. package/_cjs/IO/api/foreachExec.cjs.map +1 -1
  302. package/_cjs/IO/api/forkIn.cjs +1 -1
  303. package/_cjs/IO/api/forkIn.cjs.map +1 -1
  304. package/_cjs/IO/api/forkScoped.cjs +1 -1
  305. package/_cjs/IO/api/forkScoped.cjs.map +1 -1
  306. package/_cjs/IO/api/fulfill.cjs +2 -4
  307. package/_cjs/IO/api/fulfill.cjs.map +1 -1
  308. package/_cjs/IO/api/interrupt.cjs +12 -12
  309. package/_cjs/IO/api/interrupt.cjs.map +1 -1
  310. package/_cjs/IO/api/memoize.cjs +1 -1
  311. package/_cjs/IO/api/memoize.cjs.map +1 -1
  312. package/_cjs/IO/api/onExit.cjs +2 -2
  313. package/_cjs/IO/api/onExit.cjs.map +1 -1
  314. package/_cjs/IO/api/onTermination.cjs +2 -2
  315. package/_cjs/IO/api/onTermination.cjs.map +1 -1
  316. package/_cjs/IO/api/once.cjs +1 -1
  317. package/_cjs/IO/api/once.cjs.map +1 -1
  318. package/_cjs/IO/api/provideLayer.cjs +2 -4
  319. package/_cjs/IO/api/provideLayer.cjs.map +1 -1
  320. package/_cjs/IO/api/provideSomeLayer.cjs +1 -1
  321. package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
  322. package/_cjs/IO/api/race.cjs +4 -6
  323. package/_cjs/IO/api/race.cjs.map +1 -1
  324. package/_cjs/IO/api/raceFirst.cjs +2 -4
  325. package/_cjs/IO/api/raceFirst.cjs.map +1 -1
  326. package/_cjs/IO/api/randomWith.cjs +3 -3
  327. package/_cjs/IO/api/randomWith.cjs.map +1 -1
  328. package/_cjs/IO/api/repeat.cjs +10 -11
  329. package/_cjs/IO/api/repeat.cjs.map +1 -1
  330. package/_cjs/IO/api/retry.cjs +8 -9
  331. package/_cjs/IO/api/retry.cjs.map +1 -1
  332. package/_cjs/IO/api/schedule.cjs +6 -7
  333. package/_cjs/IO/api/schedule.cjs.map +1 -1
  334. package/_cjs/IO/api/scopeWith.cjs +2 -4
  335. package/_cjs/IO/api/scopeWith.cjs.map +1 -1
  336. package/_cjs/IO/api/scoped.cjs +4 -5
  337. package/_cjs/IO/api/scoped.cjs.map +1 -1
  338. package/_cjs/IO/api/stateful.cjs +1 -1
  339. package/_cjs/IO/api/stateful.cjs.map +1 -1
  340. package/_cjs/IO/api/timeout.cjs +3 -4
  341. package/_cjs/IO/api/timeout.cjs.map +1 -1
  342. package/_cjs/IO/api/withEarlyRelease.cjs +2 -4
  343. package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
  344. package/_cjs/IO/api/withFinalizer.cjs +2 -2
  345. package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
  346. package/_cjs/IO/api/withFinalizerExit.cjs +2 -4
  347. package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
  348. package/_cjs/IO/api/withRuntimeConfig.cjs +2 -4
  349. package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
  350. package/_cjs/IO/api/zipC.cjs +5 -6
  351. package/_cjs/IO/api/zipC.cjs.map +1 -1
  352. package/_cjs/IO/api.cjs +112 -112
  353. package/_cjs/IO/api.cjs.map +1 -1
  354. package/_cjs/IOEnv/live.cjs +3 -1
  355. package/_cjs/IOEnv/live.cjs.map +1 -1
  356. package/_cjs/Layer/MemoMap.cjs +39 -40
  357. package/_cjs/Layer/MemoMap.cjs.map +1 -1
  358. package/_cjs/Layer/api.cjs +81 -82
  359. package/_cjs/Layer/api.cjs.map +1 -1
  360. package/_cjs/Layer/definition.cjs +14 -7
  361. package/_cjs/Layer/definition.cjs.map +1 -1
  362. package/_cjs/Queue/api/dimapIO.cjs +14 -14
  363. package/_cjs/Queue/api/dimapIO.cjs.map +1 -1
  364. package/_cjs/Queue/api/filterInputIO.cjs +6 -6
  365. package/_cjs/Queue/api/filterInputIO.cjs.map +1 -1
  366. package/_cjs/Queue/api/filterOutputIO.cjs +6 -6
  367. package/_cjs/Queue/api/filterOutputIO.cjs.map +1 -1
  368. package/_cjs/Queue/api/operations.cjs +13 -13
  369. package/_cjs/Queue/api/operations.cjs.map +1 -1
  370. package/_cjs/Queue/api/poll.cjs +2 -4
  371. package/_cjs/Queue/api/poll.cjs.map +1 -1
  372. package/_cjs/Queue/api/takeBetween.cjs +10 -12
  373. package/_cjs/Queue/api/takeBetween.cjs.map +1 -1
  374. package/_cjs/Queue/api/zipWithIO.cjs +12 -12
  375. package/_cjs/Queue/api/zipWithIO.cjs.map +1 -1
  376. package/_cjs/Queue/constructors.cjs +8 -10
  377. package/_cjs/Queue/constructors.cjs.map +1 -1
  378. package/_cjs/Queue/internal.cjs +15 -15
  379. package/_cjs/Queue/internal.cjs.map +1 -1
  380. package/_cjs/Queue/strategy.cjs +16 -16
  381. package/_cjs/Queue/strategy.cjs.map +1 -1
  382. package/_cjs/Random/api.cjs +15 -13
  383. package/_cjs/Random/api.cjs.map +1 -1
  384. package/_cjs/Random/definition.cjs +1 -1
  385. package/_cjs/Random/definition.cjs.map +1 -1
  386. package/_cjs/Random/live.cjs +4 -4
  387. package/_cjs/Random/live.cjs.map +1 -1
  388. package/_cjs/Ref/Atomic/api.cjs +19 -21
  389. package/_cjs/Ref/Atomic/api.cjs.map +1 -1
  390. package/_cjs/Ref/DerivedAll.cjs +1 -1
  391. package/_cjs/Ref/DerivedAll.cjs.map +1 -1
  392. package/_cjs/Ref/Synchronized/api.cjs +25 -26
  393. package/_cjs/Ref/Synchronized/api.cjs.map +1 -1
  394. package/_cjs/Ref/Synchronized/constructors.cjs +2 -4
  395. package/_cjs/Ref/Synchronized/constructors.cjs.map +1 -1
  396. package/_cjs/Ref/Synchronized/definition.cjs +1 -1
  397. package/_cjs/Ref/Synchronized/definition.cjs.map +1 -1
  398. package/_cjs/Ref/api/collect.cjs +1 -1
  399. package/_cjs/Ref/api/collect.cjs.map +1 -1
  400. package/_cjs/Ref/api/dimap.cjs +12 -12
  401. package/_cjs/Ref/api/dimap.cjs.map +1 -1
  402. package/_cjs/Ref/api/filter.cjs +2 -2
  403. package/_cjs/Ref/api/filter.cjs.map +1 -1
  404. package/_cjs/Ref/api/get.cjs +1 -1
  405. package/_cjs/Ref/api/get.cjs.map +1 -1
  406. package/_cjs/Ref/api/modify.cjs +29 -30
  407. package/_cjs/Ref/api/modify.cjs.map +1 -1
  408. package/_cjs/Ref/api/set.cjs +1 -1
  409. package/_cjs/Ref/api/set.cjs.map +1 -1
  410. package/_cjs/Ref/constructors.cjs +3 -4
  411. package/_cjs/Ref/constructors.cjs.map +1 -1
  412. package/_cjs/STM/api/core-api.cjs +8 -8
  413. package/_cjs/STM/api/core-api.cjs.map +1 -1
  414. package/_cjs/STM/api/core-constructors.cjs +6 -6
  415. package/_cjs/STM/api/core-constructors.cjs.map +1 -1
  416. package/_cjs/STM/api.cjs +110 -110
  417. package/_cjs/STM/api.cjs.map +1 -1
  418. package/_cjs/STM/driver.cjs +3 -1
  419. package/_cjs/STM/driver.cjs.map +1 -1
  420. package/_cjs/Schedule/api/driver.cjs +5 -9
  421. package/_cjs/Schedule/api/driver.cjs.map +1 -1
  422. package/_cjs/Schedule/api.cjs +156 -156
  423. package/_cjs/Schedule/api.cjs.map +1 -1
  424. package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +3 -5
  425. package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
  426. package/_cjs/Scope/ReleaseMap/api.cjs +14 -15
  427. package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
  428. package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -1
  429. package/_cjs/Scope/ReleaseMap/constructors.cjs.map +1 -1
  430. package/_cjs/Scope/api.cjs +20 -20
  431. package/_cjs/Scope/api.cjs.map +1 -1
  432. package/_cjs/Scope/definition.cjs +1 -1
  433. package/_cjs/Scope/definition.cjs.map +1 -1
  434. package/_cjs/ScopedRef/api.cjs +5 -5
  435. package/_cjs/ScopedRef/api.cjs.map +1 -1
  436. package/_cjs/Sink/api.cjs +92 -88
  437. package/_cjs/Sink/api.cjs.map +1 -1
  438. package/_cjs/State/api.cjs +5 -7
  439. package/_cjs/State/api.cjs.map +1 -1
  440. package/_cjs/Stream/api/zipAllWith.cjs +22 -24
  441. package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
  442. package/_cjs/Stream/api/zipWith.cjs +2 -2
  443. package/_cjs/Stream/api/zipWith.cjs.map +1 -1
  444. package/_cjs/Stream/api/zipWithChunks.cjs +20 -22
  445. package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
  446. package/_cjs/Stream/api.cjs +436 -419
  447. package/_cjs/Stream/api.cjs.map +1 -1
  448. package/_cjs/Stream/internal/Handoff.cjs +12 -12
  449. package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
  450. package/_cjs/Stream/internal/Pull.cjs +1 -1
  451. package/_cjs/Stream/internal/Pull.cjs.map +1 -1
  452. package/_cjs/Stream/internal/Take.cjs +1 -1
  453. package/_cjs/Stream/internal/Take.cjs.map +1 -1
  454. package/_cjs/Supervisor/api.cjs +3 -1
  455. package/_cjs/Supervisor/api.cjs.map +1 -1
  456. package/_cjs/TFuture/api.cjs +10 -10
  457. package/_cjs/TFuture/api.cjs.map +1 -1
  458. package/_cjs/TFuture/constructors.cjs +4 -4
  459. package/_cjs/TFuture/constructors.cjs.map +1 -1
  460. package/_cjs/TReentrantLock/api.cjs +41 -42
  461. package/_cjs/TReentrantLock/api.cjs.map +1 -1
  462. package/_cjs/TRef/api.cjs +40 -40
  463. package/_cjs/TRef/api.cjs.map +1 -1
  464. package/_cjs/TRef/constructors.cjs +6 -6
  465. package/_cjs/TRef/constructors.cjs.map +1 -1
  466. package/_cjs/TSemaphore/api.cjs +16 -17
  467. package/_cjs/TSemaphore/api.cjs.map +1 -1
  468. package/_cjs/TSemaphore/constructors.cjs +2 -2
  469. package/_cjs/TSemaphore/constructors.cjs.map +1 -1
  470. package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +1 -1
  471. package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
  472. package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +1 -1
  473. package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
  474. package/_cjs/collection/immutable/Conc/filterIO.cjs +5 -7
  475. package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
  476. package/_cjs/collection/immutable/Conc/findIO.cjs +7 -9
  477. package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
  478. package/_cjs/collection/immutable/Conc/mapIO.cjs +3 -5
  479. package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
  480. package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +7 -9
  481. package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
  482. package/_cjs/collection/immutable/Conc.cjs +26 -0
  483. package/_cjs/collection/immutable/Conc.cjs.map +1 -1
  484. package/_cjs/data/Exit/foreachIO.cjs +2 -4
  485. package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
  486. package/_cjs/global.cjs +6 -0
  487. package/_cjs/global.cjs.map +1 -0
  488. package/_cjs/index.cjs +6 -0
  489. package/_cjs/index.cjs.map +1 -0
  490. package/_mjs/Cached/api.mjs +5 -5
  491. package/_mjs/Cached/api.mjs.map +1 -1
  492. package/_mjs/Channel/api/interruptWhen.mjs +1 -1
  493. package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
  494. package/_mjs/Channel/api/mapOutIOC.mjs +2 -2
  495. package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
  496. package/_mjs/Channel/api/mergeAllWith.mjs +11 -11
  497. package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
  498. package/_mjs/Channel/api/mergeWith.mjs +6 -5
  499. package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
  500. package/_mjs/Channel/api/run.mjs +2 -1
  501. package/_mjs/Channel/api/run.mjs.map +1 -1
  502. package/_mjs/Channel/api.mjs +7 -7
  503. package/_mjs/Channel/api.mjs.map +1 -1
  504. package/_mjs/Channel/core-api.mjs.map +1 -1
  505. package/_mjs/Channel/internal/ChannelExecutor.mjs +6 -6
  506. package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
  507. package/_mjs/Channel/internal/ChannelState.mjs +2 -1
  508. package/_mjs/Channel/internal/ChannelState.mjs.map +1 -1
  509. package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +16 -16
  510. package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
  511. package/_mjs/Clock/definition.mjs +1 -1
  512. package/_mjs/Clock/definition.mjs.map +1 -1
  513. package/_mjs/Console/api.mjs +4 -3
  514. package/_mjs/Console/api.mjs.map +1 -1
  515. package/_mjs/Console/definition.mjs +1 -1
  516. package/_mjs/Console/definition.mjs.map +1 -1
  517. package/_mjs/Fiber/FiberContext.mjs +4 -3
  518. package/_mjs/Fiber/FiberContext.mjs.map +1 -1
  519. package/_mjs/Fiber/api/await.mjs +1 -1
  520. package/_mjs/Fiber/api/await.mjs.map +1 -1
  521. package/_mjs/Fiber/api/awaitAll.mjs +2 -3
  522. package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
  523. package/_mjs/Fiber/api/children.mjs +1 -1
  524. package/_mjs/Fiber/api/children.mjs.map +1 -1
  525. package/_mjs/Fiber/api/collectAll.mjs +2 -3
  526. package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
  527. package/_mjs/Fiber/api/evalOn.mjs +1 -1
  528. package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
  529. package/_mjs/Fiber/api/evalOnIO.mjs +2 -3
  530. package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
  531. package/_mjs/Fiber/api/fromIO.mjs +2 -3
  532. package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
  533. package/_mjs/Fiber/api/id.mjs +1 -1
  534. package/_mjs/Fiber/api/id.mjs.map +1 -1
  535. package/_mjs/Fiber/api/inheritRefs.mjs +1 -1
  536. package/_mjs/Fiber/api/inheritRefs.mjs.map +1 -1
  537. package/_mjs/Fiber/api/interrupt.mjs +2 -3
  538. package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
  539. package/_mjs/Fiber/api/interruptAll.mjs +4 -5
  540. package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
  541. package/_mjs/Fiber/api/interruptAs.mjs +1 -1
  542. package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
  543. package/_mjs/Fiber/api/interruptFork.mjs +1 -1
  544. package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
  545. package/_mjs/Fiber/api/join.mjs +2 -3
  546. package/_mjs/Fiber/api/join.mjs.map +1 -1
  547. package/_mjs/Fiber/api/joinAll.mjs +2 -3
  548. package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
  549. package/_mjs/Fiber/api/mapFiber.mjs +2 -3
  550. package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
  551. package/_mjs/Fiber/api/mapIO.mjs +4 -5
  552. package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
  553. package/_mjs/Fiber/api/poll.mjs +1 -1
  554. package/_mjs/Fiber/api/poll.mjs.map +1 -1
  555. package/_mjs/Fiber/api/zipWith.mjs +2 -3
  556. package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
  557. package/_mjs/Fiber/constructors.mjs +10 -11
  558. package/_mjs/Fiber/constructors.mjs.map +1 -1
  559. package/_mjs/FiberRef/api/locallyScoped.mjs +2 -3
  560. package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
  561. package/_mjs/FiberRef/api/locallyScopedWith.mjs +2 -3
  562. package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
  563. package/_mjs/FiberRef/api.mjs +13 -14
  564. package/_mjs/FiberRef/api.mjs.map +1 -1
  565. package/_mjs/FiberRef/constructors.mjs +4 -5
  566. package/_mjs/FiberRef/constructors.mjs.map +1 -1
  567. package/_mjs/Future/api.mjs +30 -31
  568. package/_mjs/Future/api.mjs.map +1 -1
  569. package/_mjs/Future/constructors.mjs +4 -5
  570. package/_mjs/Future/constructors.mjs.map +1 -1
  571. package/_mjs/Hub/api.mjs +44 -44
  572. package/_mjs/Hub/api.mjs.map +1 -1
  573. package/_mjs/Hub/internal.mjs +14 -14
  574. package/_mjs/Hub/internal.mjs.map +1 -1
  575. package/_mjs/IO/api/acquireRelease.mjs +2 -3
  576. package/_mjs/IO/api/acquireRelease.mjs.map +1 -1
  577. package/_mjs/IO/api/acquireReleaseExit.mjs +1 -1
  578. package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
  579. package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +1 -1
  580. package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
  581. package/_mjs/IO/api/addFinalizer.mjs +1 -1
  582. package/_mjs/IO/api/addFinalizer.mjs.map +1 -1
  583. package/_mjs/IO/api/addFinalizerExit.mjs +2 -3
  584. package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
  585. package/_mjs/IO/api/asyncIO.mjs +5 -6
  586. package/_mjs/IO/api/asyncIO.mjs.map +1 -1
  587. package/_mjs/IO/api/bracket.mjs +2 -2
  588. package/_mjs/IO/api/bracket.mjs.map +1 -1
  589. package/_mjs/IO/api/bracketExit.mjs +2 -3
  590. package/_mjs/IO/api/bracketExit.mjs.map +1 -1
  591. package/_mjs/IO/api/concurrency.mjs +7 -7
  592. package/_mjs/IO/api/concurrency.mjs.map +1 -1
  593. package/_mjs/IO/api/concurrentFinalizers.mjs +2 -3
  594. package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
  595. package/_mjs/IO/api/consoleWith.mjs +3 -3
  596. package/_mjs/IO/api/consoleWith.mjs.map +1 -1
  597. package/_mjs/IO/api/core-scope.mjs +4 -4
  598. package/_mjs/IO/api/core-scope.mjs.map +1 -1
  599. package/_mjs/IO/api/ensuringChildren.mjs +2 -3
  600. package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
  601. package/_mjs/IO/api/environment.mjs +5 -6
  602. package/_mjs/IO/api/environment.mjs.map +1 -1
  603. package/_mjs/IO/api/foreachC.mjs +25 -26
  604. package/_mjs/IO/api/foreachC.mjs.map +1 -1
  605. package/_mjs/IO/api/foreachExec.mjs +2 -3
  606. package/_mjs/IO/api/foreachExec.mjs.map +1 -1
  607. package/_mjs/IO/api/forkIn.mjs +1 -1
  608. package/_mjs/IO/api/forkIn.mjs.map +1 -1
  609. package/_mjs/IO/api/forkScoped.mjs +1 -1
  610. package/_mjs/IO/api/forkScoped.mjs.map +1 -1
  611. package/_mjs/IO/api/fulfill.mjs +2 -3
  612. package/_mjs/IO/api/fulfill.mjs.map +1 -1
  613. package/_mjs/IO/api/interrupt.mjs +12 -12
  614. package/_mjs/IO/api/interrupt.mjs.map +1 -1
  615. package/_mjs/IO/api/memoize.mjs +1 -1
  616. package/_mjs/IO/api/memoize.mjs.map +1 -1
  617. package/_mjs/IO/api/onExit.mjs +2 -2
  618. package/_mjs/IO/api/onExit.mjs.map +1 -1
  619. package/_mjs/IO/api/onTermination.mjs +2 -2
  620. package/_mjs/IO/api/onTermination.mjs.map +1 -1
  621. package/_mjs/IO/api/once.mjs +1 -1
  622. package/_mjs/IO/api/once.mjs.map +1 -1
  623. package/_mjs/IO/api/provideLayer.mjs +2 -3
  624. package/_mjs/IO/api/provideLayer.mjs.map +1 -1
  625. package/_mjs/IO/api/provideSomeLayer.mjs +1 -1
  626. package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
  627. package/_mjs/IO/api/race.mjs +4 -5
  628. package/_mjs/IO/api/race.mjs.map +1 -1
  629. package/_mjs/IO/api/raceFirst.mjs +2 -3
  630. package/_mjs/IO/api/raceFirst.mjs.map +1 -1
  631. package/_mjs/IO/api/randomWith.mjs +3 -3
  632. package/_mjs/IO/api/randomWith.mjs.map +1 -1
  633. package/_mjs/IO/api/repeat.mjs +10 -11
  634. package/_mjs/IO/api/repeat.mjs.map +1 -1
  635. package/_mjs/IO/api/retry.mjs +8 -9
  636. package/_mjs/IO/api/retry.mjs.map +1 -1
  637. package/_mjs/IO/api/schedule.mjs +6 -7
  638. package/_mjs/IO/api/schedule.mjs.map +1 -1
  639. package/_mjs/IO/api/scopeWith.mjs +2 -3
  640. package/_mjs/IO/api/scopeWith.mjs.map +1 -1
  641. package/_mjs/IO/api/scoped.mjs +4 -5
  642. package/_mjs/IO/api/scoped.mjs.map +1 -1
  643. package/_mjs/IO/api/stateful.mjs +1 -1
  644. package/_mjs/IO/api/stateful.mjs.map +1 -1
  645. package/_mjs/IO/api/timeout.mjs +3 -4
  646. package/_mjs/IO/api/timeout.mjs.map +1 -1
  647. package/_mjs/IO/api/withEarlyRelease.mjs +2 -3
  648. package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
  649. package/_mjs/IO/api/withFinalizer.mjs +2 -2
  650. package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
  651. package/_mjs/IO/api/withFinalizerExit.mjs +2 -3
  652. package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
  653. package/_mjs/IO/api/withRuntimeConfig.mjs +2 -3
  654. package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
  655. package/_mjs/IO/api/zipC.mjs +5 -6
  656. package/_mjs/IO/api/zipC.mjs.map +1 -1
  657. package/_mjs/IO/api.mjs +112 -112
  658. package/_mjs/IO/api.mjs.map +1 -1
  659. package/_mjs/IOEnv/live.mjs +2 -1
  660. package/_mjs/IOEnv/live.mjs.map +1 -1
  661. package/_mjs/Layer/MemoMap.mjs +37 -38
  662. package/_mjs/Layer/MemoMap.mjs.map +1 -1
  663. package/_mjs/Layer/api.mjs +82 -83
  664. package/_mjs/Layer/api.mjs.map +1 -1
  665. package/_mjs/Layer/definition.mjs +14 -7
  666. package/_mjs/Layer/definition.mjs.map +1 -1
  667. package/_mjs/Queue/api/dimapIO.mjs +14 -14
  668. package/_mjs/Queue/api/dimapIO.mjs.map +1 -1
  669. package/_mjs/Queue/api/filterInputIO.mjs +6 -6
  670. package/_mjs/Queue/api/filterInputIO.mjs.map +1 -1
  671. package/_mjs/Queue/api/filterOutputIO.mjs +6 -6
  672. package/_mjs/Queue/api/filterOutputIO.mjs.map +1 -1
  673. package/_mjs/Queue/api/operations.mjs +13 -13
  674. package/_mjs/Queue/api/operations.mjs.map +1 -1
  675. package/_mjs/Queue/api/poll.mjs +2 -3
  676. package/_mjs/Queue/api/poll.mjs.map +1 -1
  677. package/_mjs/Queue/api/takeBetween.mjs +10 -11
  678. package/_mjs/Queue/api/takeBetween.mjs.map +1 -1
  679. package/_mjs/Queue/api/zipWithIO.mjs +12 -12
  680. package/_mjs/Queue/api/zipWithIO.mjs.map +1 -1
  681. package/_mjs/Queue/constructors.mjs +8 -9
  682. package/_mjs/Queue/constructors.mjs.map +1 -1
  683. package/_mjs/Queue/internal.mjs +15 -15
  684. package/_mjs/Queue/internal.mjs.map +1 -1
  685. package/_mjs/Queue/strategy.mjs +16 -16
  686. package/_mjs/Queue/strategy.mjs.map +1 -1
  687. package/_mjs/Random/api.mjs +14 -13
  688. package/_mjs/Random/api.mjs.map +1 -1
  689. package/_mjs/Random/definition.mjs +1 -1
  690. package/_mjs/Random/definition.mjs.map +1 -1
  691. package/_mjs/Random/live.mjs +4 -4
  692. package/_mjs/Random/live.mjs.map +1 -1
  693. package/_mjs/Ref/Atomic/api.mjs +19 -20
  694. package/_mjs/Ref/Atomic/api.mjs.map +1 -1
  695. package/_mjs/Ref/DerivedAll.mjs +1 -1
  696. package/_mjs/Ref/DerivedAll.mjs.map +1 -1
  697. package/_mjs/Ref/Synchronized/api.mjs +25 -26
  698. package/_mjs/Ref/Synchronized/api.mjs.map +1 -1
  699. package/_mjs/Ref/Synchronized/constructors.mjs +2 -3
  700. package/_mjs/Ref/Synchronized/constructors.mjs.map +1 -1
  701. package/_mjs/Ref/Synchronized/definition.mjs +1 -1
  702. package/_mjs/Ref/Synchronized/definition.mjs.map +1 -1
  703. package/_mjs/Ref/api/collect.mjs +1 -1
  704. package/_mjs/Ref/api/collect.mjs.map +1 -1
  705. package/_mjs/Ref/api/dimap.mjs +12 -12
  706. package/_mjs/Ref/api/dimap.mjs.map +1 -1
  707. package/_mjs/Ref/api/filter.mjs +2 -2
  708. package/_mjs/Ref/api/filter.mjs.map +1 -1
  709. package/_mjs/Ref/api/get.mjs +1 -1
  710. package/_mjs/Ref/api/get.mjs.map +1 -1
  711. package/_mjs/Ref/api/modify.mjs +29 -30
  712. package/_mjs/Ref/api/modify.mjs.map +1 -1
  713. package/_mjs/Ref/api/set.mjs +1 -1
  714. package/_mjs/Ref/api/set.mjs.map +1 -1
  715. package/_mjs/Ref/constructors.mjs +3 -4
  716. package/_mjs/Ref/constructors.mjs.map +1 -1
  717. package/_mjs/STM/api/core-api.mjs +8 -8
  718. package/_mjs/STM/api/core-api.mjs.map +1 -1
  719. package/_mjs/STM/api/core-constructors.mjs +6 -6
  720. package/_mjs/STM/api/core-constructors.mjs.map +1 -1
  721. package/_mjs/STM/api.mjs +110 -110
  722. package/_mjs/STM/api.mjs.map +1 -1
  723. package/_mjs/STM/driver.mjs +3 -1
  724. package/_mjs/STM/driver.mjs.map +1 -1
  725. package/_mjs/Schedule/api/driver.mjs +6 -9
  726. package/_mjs/Schedule/api/driver.mjs.map +1 -1
  727. package/_mjs/Schedule/api.mjs +156 -156
  728. package/_mjs/Schedule/api.mjs.map +1 -1
  729. package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +3 -4
  730. package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
  731. package/_mjs/Scope/ReleaseMap/api.mjs +14 -15
  732. package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
  733. package/_mjs/Scope/ReleaseMap/constructors.mjs +1 -1
  734. package/_mjs/Scope/ReleaseMap/constructors.mjs.map +1 -1
  735. package/_mjs/Scope/api.mjs +20 -20
  736. package/_mjs/Scope/api.mjs.map +1 -1
  737. package/_mjs/Scope/definition.mjs +1 -1
  738. package/_mjs/Scope/definition.mjs.map +1 -1
  739. package/_mjs/ScopedRef/api.mjs +5 -5
  740. package/_mjs/ScopedRef/api.mjs.map +1 -1
  741. package/_mjs/Sink/api.mjs +92 -88
  742. package/_mjs/Sink/api.mjs.map +1 -1
  743. package/_mjs/State/api.mjs +5 -6
  744. package/_mjs/State/api.mjs.map +1 -1
  745. package/_mjs/Stream/api/zipAllWith.mjs +22 -23
  746. package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
  747. package/_mjs/Stream/api/zipWith.mjs +2 -2
  748. package/_mjs/Stream/api/zipWith.mjs.map +1 -1
  749. package/_mjs/Stream/api/zipWithChunks.mjs +20 -21
  750. package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
  751. package/_mjs/Stream/api.mjs +430 -417
  752. package/_mjs/Stream/api.mjs.map +1 -1
  753. package/_mjs/Stream/internal/Handoff.mjs +12 -12
  754. package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
  755. package/_mjs/Stream/internal/Pull.mjs +1 -1
  756. package/_mjs/Stream/internal/Pull.mjs.map +1 -1
  757. package/_mjs/Stream/internal/Take.mjs +1 -1
  758. package/_mjs/Stream/internal/Take.mjs.map +1 -1
  759. package/_mjs/Supervisor/api.mjs +2 -1
  760. package/_mjs/Supervisor/api.mjs.map +1 -1
  761. package/_mjs/TFuture/api.mjs +10 -10
  762. package/_mjs/TFuture/api.mjs.map +1 -1
  763. package/_mjs/TFuture/constructors.mjs +4 -4
  764. package/_mjs/TFuture/constructors.mjs.map +1 -1
  765. package/_mjs/TReentrantLock/api.mjs +41 -42
  766. package/_mjs/TReentrantLock/api.mjs.map +1 -1
  767. package/_mjs/TRef/api.mjs +40 -40
  768. package/_mjs/TRef/api.mjs.map +1 -1
  769. package/_mjs/TRef/constructors.mjs +6 -6
  770. package/_mjs/TRef/constructors.mjs.map +1 -1
  771. package/_mjs/TSemaphore/api.mjs +16 -17
  772. package/_mjs/TSemaphore/api.mjs.map +1 -1
  773. package/_mjs/TSemaphore/constructors.mjs +2 -2
  774. package/_mjs/TSemaphore/constructors.mjs.map +1 -1
  775. package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +1 -1
  776. package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
  777. package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +1 -1
  778. package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
  779. package/_mjs/collection/immutable/Conc/filterIO.mjs +5 -6
  780. package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
  781. package/_mjs/collection/immutable/Conc/findIO.mjs +7 -8
  782. package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
  783. package/_mjs/collection/immutable/Conc/mapIO.mjs +3 -4
  784. package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
  785. package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +7 -8
  786. package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
  787. package/_mjs/collection/immutable/Conc.mjs +2 -0
  788. package/_mjs/collection/immutable/Conc.mjs.map +1 -1
  789. package/_mjs/data/Exit/foreachIO.mjs +2 -3
  790. package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
  791. package/_mjs/global.mjs +2 -0
  792. package/_mjs/global.mjs.map +1 -0
  793. package/_mjs/index.mjs +2 -0
  794. package/_mjs/index.mjs.map +1 -0
  795. package/_src/Cached/api.ts +1 -0
  796. package/_src/Channel/api.ts +4 -4
  797. package/_src/Channel/core-api.ts +1 -3
  798. package/_src/Channel/definition.ts +7 -7
  799. package/_src/Clock/definition.ts +1 -1
  800. package/_src/Console/api.ts +1 -1
  801. package/_src/Console/definition.ts +1 -1
  802. package/_src/Fiber/api/await.ts +1 -1
  803. package/_src/Fiber/api/awaitAll.ts +1 -1
  804. package/_src/Fiber/api/children.ts +1 -1
  805. package/_src/Fiber/api/collectAll.ts +4 -1
  806. package/_src/Fiber/api/evalOn.ts +6 -1
  807. package/_src/Fiber/api/evalOnIO.ts +1 -0
  808. package/_src/Fiber/api/fromIO.ts +1 -1
  809. package/_src/Fiber/api/id.ts +1 -1
  810. package/_src/Fiber/api/inheritRefs.ts +1 -1
  811. package/_src/Fiber/api/interrupt.ts +1 -1
  812. package/_src/Fiber/api/interruptAll.ts +2 -2
  813. package/_src/Fiber/api/interruptAs.ts +1 -1
  814. package/_src/Fiber/api/join.ts +1 -1
  815. package/_src/Fiber/api/joinAll.ts +1 -1
  816. package/_src/Fiber/api/mapFiber.ts +5 -1
  817. package/_src/Fiber/api/mapIO.ts +6 -2
  818. package/_src/Fiber/api/poll.ts +1 -1
  819. package/_src/Fiber/api/zipWith.ts +1 -0
  820. package/_src/Fiber/constructors.ts +5 -5
  821. package/_src/FiberRef/api/locallyScoped.ts +1 -1
  822. package/_src/FiberRef/api/locallyScopedWith.ts +5 -1
  823. package/_src/FiberRef/api.ts +7 -7
  824. package/_src/FiberRef/constructors.ts +2 -0
  825. package/_src/Future/api.ts +23 -15
  826. package/_src/Future/constructors.ts +2 -2
  827. package/_src/Hub/api.ts +39 -12
  828. package/_src/IO/api/acquireRelease.ts +1 -0
  829. package/_src/IO/api/addFinalizer.ts +1 -4
  830. package/_src/IO/api/addFinalizerExit.ts +4 -1
  831. package/_src/IO/api/asyncIO.ts +4 -1
  832. package/_src/IO/api/bracket.ts +1 -0
  833. package/_src/IO/api/bracketExit.ts +1 -0
  834. package/_src/IO/api/concurrency.ts +6 -3
  835. package/_src/IO/api/concurrentFinalizers.ts +1 -1
  836. package/_src/IO/api/consoleWith.ts +1 -1
  837. package/_src/IO/api/ensuringChildren.ts +1 -0
  838. package/_src/IO/api/environment.ts +1 -1
  839. package/_src/IO/api/foreachC.ts +33 -6
  840. package/_src/IO/api/foreachExec.ts +1 -0
  841. package/_src/IO/api/fulfill.ts +1 -1
  842. package/_src/IO/api/interrupt.ts +10 -2
  843. package/_src/IO/api/onExit.ts +1 -0
  844. package/_src/IO/api/onTermination.ts +1 -1
  845. package/_src/IO/api/provideLayer.ts +1 -0
  846. package/_src/IO/api/provideSomeLayer.ts +1 -2
  847. package/_src/IO/api/race.ts +6 -2
  848. package/_src/IO/api/raceFirst.ts +6 -2
  849. package/_src/IO/api/randomWith.ts +1 -1
  850. package/_src/IO/api/repeat.ts +3 -3
  851. package/_src/IO/api/retry.ts +3 -3
  852. package/_src/IO/api/schedule.ts +1 -0
  853. package/_src/IO/api/scopeWith.ts +1 -1
  854. package/_src/IO/api/scoped.ts +2 -2
  855. package/_src/IO/api/timeout.ts +5 -1
  856. package/_src/IO/api/withEarlyRelease.ts +4 -1
  857. package/_src/IO/api/withFinalizer.ts +1 -0
  858. package/_src/IO/api/withFinalizerExit.ts +1 -0
  859. package/_src/IO/api/withRuntimeConfig.ts +5 -1
  860. package/_src/IO/api/zipC.ts +6 -1
  861. package/_src/IO/api.ts +82 -32
  862. package/_src/IO/definition.ts +3 -3
  863. package/_src/Layer/MemoMap.ts +25 -18
  864. package/_src/Layer/api.ts +61 -28
  865. package/_src/Layer/definition.ts +7 -4
  866. package/_src/Queue/api/dimapIO.ts +11 -1
  867. package/_src/Queue/api/filterInputIO.ts +2 -0
  868. package/_src/Queue/api/filterOutputIO.ts +2 -0
  869. package/_src/Queue/api/operations.ts +28 -10
  870. package/_src/Queue/api/poll.ts +4 -1
  871. package/_src/Queue/api/takeBetween.ts +6 -1
  872. package/_src/Queue/api/zipWithIO.ts +3 -0
  873. package/_src/Queue/constructors.ts +4 -4
  874. package/_src/Queue/definition.ts +3 -3
  875. package/_src/Queue/internal.ts +3 -3
  876. package/_src/Queue/strategy.ts +14 -6
  877. package/_src/Random/api.ts +5 -5
  878. package/_src/Random/definition.ts +6 -6
  879. package/_src/Random/live.ts +4 -4
  880. package/_src/Ref/Atomic/api.ts +10 -10
  881. package/_src/Ref/Synchronized/api.ts +18 -3
  882. package/_src/Ref/Synchronized/constructors.ts +1 -1
  883. package/_src/Ref/api/collect.ts +1 -0
  884. package/_src/Ref/api/dimap.ts +7 -0
  885. package/_src/Ref/api/filter.ts +2 -0
  886. package/_src/Ref/api/get.ts +4 -1
  887. package/_src/Ref/api/modify.ts +13 -1
  888. package/_src/Ref/api/set.ts +5 -1
  889. package/_src/Ref/constructors.ts +2 -2
  890. package/_src/Ref/definition.ts +1 -1
  891. package/_src/STM/api/core-api.ts +17 -4
  892. package/_src/STM/api/core-constructors.ts +5 -5
  893. package/_src/STM/api.ts +106 -41
  894. package/_src/Schedule/api.ts +98 -18
  895. package/_src/Scope/ReleaseMap/api/releaseAll.ts +6 -1
  896. package/_src/Scope/ReleaseMap/api.ts +15 -5
  897. package/_src/Scope/api.ts +15 -7
  898. package/_src/Scope/definition.ts +1 -1
  899. package/_src/Sink/api.ts +39 -10
  900. package/_src/State/api.ts +1 -1
  901. package/_src/Stream/api/zipAllWith.ts +3 -0
  902. package/_src/Stream/api/zipWith.ts +1 -0
  903. package/_src/Stream/api/zipWithChunks.ts +3 -0
  904. package/_src/Stream/api.ts +363 -96
  905. package/_src/TFuture/api.ts +5 -5
  906. package/_src/TFuture/constructors.ts +2 -2
  907. package/_src/TReentrantLock/api.ts +16 -16
  908. package/_src/TRef/api.ts +35 -13
  909. package/_src/TRef/constructors.ts +4 -4
  910. package/_src/TSemaphore/api.ts +7 -7
  911. package/_src/TSemaphore/constructors.ts +1 -1
  912. package/_src/collection/immutable/Conc/filterIO.ts +5 -1
  913. package/_src/collection/immutable/Conc/findIO.ts +6 -1
  914. package/_src/collection/immutable/Conc/mapIO.ts +1 -1
  915. package/_src/collection/immutable/Conc/takeWhileIO.ts +5 -1
  916. package/_src/collection/immutable/Conc.ts +2 -0
  917. package/_src/data/Exit/foreachIO.ts +1 -0
  918. package/_src/global.ts +149 -0
  919. package/_src/index.ts +42 -0
  920. package/collection/immutable/Conc/filterIO.d.ts +1 -1
  921. package/collection/immutable/Conc/findIO.d.ts +2 -2
  922. package/collection/immutable/Conc/mapIO.d.ts +1 -1
  923. package/collection/immutable/Conc/takeWhileIO.d.ts +1 -1
  924. package/collection/immutable/Conc.d.ts +2 -0
  925. package/data/Exit/foreachIO.d.ts +2 -2
  926. package/global.d.ts +149 -0
  927. package/index.d.ts +40 -0
  928. package/package.json +7 -3
package/Layer/api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { Environment } from "@fncts/base/data/Environment";
2
- import { Lazy } from "@fncts/base/data/function";
3
- import { Cause } from "@fncts/base/data/Cause";
4
- import { Tag } from "@fncts/base/data/Tag";
1
+ import { Environment } from "@fncts/base/data/Environment/definition";
2
+ import { Lazy } from "@fncts/base/data/function/definition";
3
+ import { Cause } from "@fncts/base/data/Cause/definition";
4
+ import { Tag } from "@fncts/base/data/Tag/definition";
5
5
  import { IO, URIO } from "@fncts/io/IO/definition";
6
6
  import { Scope } from "@fncts/io/Scope/definition";
7
7
  import { Schedule } from "@fncts/io/Schedule/definition";
@@ -11,7 +11,7 @@ import { Layer } from "@fncts/io/Layer/definition";
11
11
  * @tsplus fluent fncts.io.Layer and
12
12
  * @tsplus location "@fncts/io/Layer/api"
13
13
  */
14
- export declare function and_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>): Layer<RIn | RIn1, E | E1, ROut | ROut1>;
14
+ export declare function and_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>, __tsplusTrace?: string): Layer<RIn | RIn1, E | E1, ROut | ROut1>;
15
15
  /**
16
16
  * Feeds the output services of this layer into the input of the specified
17
17
  * layer, resulting in a new layer with the inputs of this layer, and the
@@ -19,7 +19,7 @@ export declare function and_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E,
19
19
  * @tsplus fluent fncts.io.Layer andTo
20
20
  * @tsplus location "@fncts/io/Layer/api"
21
21
  */
22
- export declare function andTo_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>): Layer<RIn | Exclude<RIn1, ROut>, E | E1, ROut | ROut1>;
22
+ export declare function andTo_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>, __tsplusTrace?: string): Layer<RIn | Exclude<RIn1, ROut>, E | E1, ROut | ROut1>;
23
23
  /**
24
24
  * Feeds the output services of this layer into the input of the specified
25
25
  * layer, resulting in a new layer with the inputs of this layer, and the
@@ -27,69 +27,69 @@ export declare function andTo_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E
27
27
  * @tsplus fluent fncts.io.Layer andTo
28
28
  * @tsplus location "@fncts/io/Layer/api"
29
29
  */
30
- export declare function andUsing_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn1, E1, ROut1>, that: Layer<RIn, E, ROut>): Layer<RIn | Exclude<RIn1, ROut>, E | E1, ROut | ROut1>;
30
+ export declare function andUsing_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn1, E1, ROut1>, that: Layer<RIn, E, ROut>, __tsplusTrace?: string): Layer<RIn | Exclude<RIn1, ROut>, E | E1, ROut | ROut1>;
31
31
  /**
32
32
  * @tsplus fluent fncts.io.Layer catchAll
33
33
  * @tsplus location "@fncts/io/Layer/api"
34
34
  */
35
- export declare function catchAll_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, f: (e: E) => Layer<RIn1, E1, ROut1>): Layer<RIn | RIn1, E1, ROut | ROut1>;
35
+ export declare function catchAll_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, f: (e: E) => Layer<RIn1, E1, ROut1>, __tsplusTrace?: string): Layer<RIn | RIn1, E1, ROut | ROut1>;
36
36
  /**
37
37
  * @tsplus fluent fncts.io.Layer flatMap
38
38
  * @tsplus location "@fncts/io/Layer/api"
39
39
  */
40
- export declare function flatMap_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, f: (r: Environment<ROut>) => Layer<RIn1, E1, ROut1>): Layer<RIn | RIn1, E | E1, ROut1>;
40
+ export declare function flatMap_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, f: (r: Environment<ROut>) => Layer<RIn1, E1, ROut1>, __tsplusTrace?: string): Layer<RIn | RIn1, E | E1, ROut1>;
41
41
  /**
42
42
  * @tsplus fluent fncts.io.Layer compose
43
43
  * @tsplus location "@fncts/io/Layer/api"
44
44
  */
45
- export declare function compose_<RIn, E, ROut, E1, ROut1>(self: Layer<RIn, E, ROut>, that: Layer<ROut, E1, ROut1>): Layer<RIn, E | E1, ROut1>;
45
+ export declare function compose_<RIn, E, ROut, E1, ROut1>(self: Layer<RIn, E, ROut>, that: Layer<ROut, E1, ROut1>, __tsplusTrace?: string): Layer<RIn, E | E1, ROut1>;
46
46
  /**
47
47
  * @tsplus static fncts.io.LayerOps environment
48
48
  * @tsplus location "@fncts/io/Layer/api"
49
49
  */
50
- export declare function environment<RIn>(): Layer<RIn, never, RIn>;
50
+ export declare function environment<RIn>(__tsplusTrace?: string): Layer<RIn, never, RIn>;
51
51
  /**
52
52
  * @tsplus static fncts.io.LayerOps fail
53
53
  * @tsplus location "@fncts/io/Layer/api"
54
54
  */
55
- export declare function fail<E>(e: Lazy<E>): Layer<never, E, never>;
55
+ export declare function fail<E>(e: Lazy<E>, __tsplusTrace?: string): Layer<never, E, never>;
56
56
  /**
57
57
  * @tsplus static fncts.io.LayerOps failCause
58
58
  * @tsplus location "@fncts/io/Layer/api"
59
59
  */
60
- export declare function failCause<E>(cause: Lazy<Cause<E>>): Layer<never, E, never>;
60
+ export declare function failCause<E>(cause: Lazy<Cause<E>>, __tsplusTrace?: string): Layer<never, E, never>;
61
61
  /**
62
62
  * @tsplus static fncts.io.LayerOps failCauseNow
63
63
  * @tsplus location "@fncts/io/Layer/api"
64
64
  */
65
- export declare function failCauseNow<E>(cause: Cause<E>): Layer<never, E, never>;
65
+ export declare function failCauseNow<E>(cause: Cause<E>, __tsplusTrace?: string): Layer<never, E, never>;
66
66
  /**
67
67
  * @tsplus static fncts.io.LayerOps failNow
68
68
  * @tsplus location "@fncts/io/Layer/api"
69
69
  */
70
- export declare function failNow<E>(e: E): Layer<never, E, never>;
70
+ export declare function failNow<E>(e: E, __tsplusTrace?: string): Layer<never, E, never>;
71
71
  /**
72
72
  * @tsplus getter fncts.io.Layer flatten
73
73
  * @tsplus location "@fncts/io/Layer/api"
74
74
  */
75
- export declare function flatten<RIn, E, RIn1, E1, ROut>(self: Layer<RIn, E, Layer<RIn1, E1, ROut>>, tag: Tag<Layer<RIn1, E1, ROut>>): Layer<RIn | RIn1, E | E1, ROut>;
75
+ export declare function flatten<RIn, E, RIn1, E1, ROut>(self: Layer<RIn, E, Layer<RIn1, E1, ROut>>, tag: Tag<Layer<RIn1, E1, ROut>>, __tsplusTrace?: string): Layer<RIn | RIn1, E | E1, ROut>;
76
76
  /**
77
77
  * @tsplus getter fncts.io.Layer fresh
78
78
  * @tsplus location "@fncts/io/Layer/api"
79
79
  */
80
- export declare function fresh<R, E, A>(self: Layer<R, E, A>): Layer<R, E, A>;
80
+ export declare function fresh<R, E, A>(self: Layer<R, E, A>, __tsplusTrace?: string): Layer<R, E, A>;
81
81
  /**
82
82
  * @tsplus static fncts.io.LayerOps fromFunction
83
83
  * @tsplus location "@fncts/io/Layer/api"
84
84
  */
85
85
  export declare function fromFunction<R, A>(f: (r: R) => A,
86
86
  /** @tsplus implicit local */ tagR: Tag<R>,
87
- /** @tsplus implicit local */ tagA: Tag<A>): Layer<R, never, A>;
87
+ /** @tsplus implicit local */ tagA: Tag<A>, __tsplusTrace?: string): Layer<R, never, A>;
88
88
  /**
89
89
  * @tsplus static fncts.io.LayerOps fromFunctionIO
90
90
  * @tsplus location "@fncts/io/Layer/api"
91
91
  */
92
- export declare function fromFunctionIO<R, E, A, R1>(f: (r: R) => IO<R1, E, A>, tagR: Tag<R>, tagA: Tag<A>): Layer<R1 | R, E, A>;
92
+ export declare function fromFunctionIO<R, E, A, R1>(f: (r: R) => IO<R1, E, A>, tagR: Tag<R>, tagA: Tag<A>, __tsplusTrace?: string): Layer<R1 | R, E, A>;
93
93
  /**
94
94
  * @tsplus static fncts.io.LayerOps fromIOEnvironment
95
95
  * @tsplus static fncts.io.LayerOps __call
@@ -100,102 +100,102 @@ export declare function fromIOEnvironment<R, E, A>(io: IO<R, E, Environment<A>>,
100
100
  * @tsplus static fncts.io.LayerOps fromIO
101
101
  * @tsplus location "@fncts/io/Layer/api"
102
102
  */
103
- export declare function fromIO<R, E, A>(resource: IO<R, E, A>, tag: Tag<A>): Layer<R, E, A>;
103
+ export declare function fromIO<R, E, A>(resource: IO<R, E, A>, tag: Tag<A>, __tsplusTrace?: string): Layer<R, E, A>;
104
104
  /**
105
105
  * @tsplus static fncts.io.LayerOps fromValue
106
106
  * @tsplus location "@fncts/io/Layer/api"
107
107
  */
108
- export declare function fromValue<A>(value: Lazy<A>, tag: Tag<A>): Layer<never, never, A>;
108
+ export declare function fromValue<A>(value: Lazy<A>, tag: Tag<A>, __tsplusTrace?: string): Layer<never, never, A>;
109
109
  /**
110
110
  * @tsplus static fncts.io.LayerOps halt
111
111
  * @tsplus location "@fncts/io/Layer/api"
112
112
  */
113
- export declare function halt(defect: Lazy<unknown>): Layer<never, never, never>;
113
+ export declare function halt(defect: Lazy<unknown>, __tsplusTrace?: string): Layer<never, never, never>;
114
114
  /**
115
115
  * @tsplus static fncts.io.LayerOps haltNow
116
116
  * @tsplus location "@fncts/io/Layer/api"
117
117
  */
118
- export declare function haltNow(defect: unknown): Layer<never, never, never>;
118
+ export declare function haltNow(defect: unknown, __tsplusTrace?: string): Layer<never, never, never>;
119
119
  /**
120
120
  * @tsplus fluent fncts.io.Layer matchCauseLayer
121
121
  * @tsplus location "@fncts/io/Layer/api"
122
122
  */
123
- export declare function matchCauseLayer_<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2>(self: Layer<RIn, E, ROut>, failure: (cause: Cause<E>) => Layer<RIn1, E1, ROut1>, success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>): Layer<RIn | RIn1 | RIn2, E1 | E2, ROut1 | ROut2>;
123
+ export declare function matchCauseLayer_<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2>(self: Layer<RIn, E, ROut>, failure: (cause: Cause<E>) => Layer<RIn1, E1, ROut1>, success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>, __tsplusTrace?: string): Layer<RIn | RIn1 | RIn2, E1 | E2, ROut1 | ROut2>;
124
124
  /**
125
125
  * @tsplus fluent fncts.io.Layer matchLayer
126
126
  * @tsplus location "@fncts/io/Layer/api"
127
127
  */
128
- export declare function matchLayer_<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2>(self: Layer<RIn, E, ROut>, failure: (e: E) => Layer<RIn1, E1, ROut1>, success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>): Layer<RIn | RIn1 | RIn2, E1 | E2, ROut1 | ROut2>;
128
+ export declare function matchLayer_<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2>(self: Layer<RIn, E, ROut>, failure: (e: E) => Layer<RIn1, E1, ROut1>, success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>, __tsplusTrace?: string): Layer<RIn | RIn1 | RIn2, E1 | E2, ROut1 | ROut2>;
129
129
  /**
130
130
  * @tsplus fluent fncts.io.Layer map
131
131
  * @tsplus location "@fncts/io/Layer/api"
132
132
  */
133
- export declare function map_<RIn, E, ROut, ROut1>(self: Layer<RIn, E, ROut>, f: (r: Environment<ROut>) => Environment<ROut1>): Layer<RIn, E, ROut1>;
133
+ export declare function map_<RIn, E, ROut, ROut1>(self: Layer<RIn, E, ROut>, f: (r: Environment<ROut>) => Environment<ROut1>, __tsplusTrace?: string): Layer<RIn, E, ROut1>;
134
134
  /**
135
135
  * @tsplus fluent fncts.io.Layer mapError
136
136
  * @tsplus location "@fncts/io/Layer/api"
137
137
  */
138
- export declare function mapError_<RIn, E, ROut, E1>(self: Layer<RIn, E, ROut>, f: (e: E) => E1): Layer<RIn, E1, ROut>;
138
+ export declare function mapError_<RIn, E, ROut, E1>(self: Layer<RIn, E, ROut>, f: (e: E) => E1, __tsplusTrace?: string): Layer<RIn, E1, ROut>;
139
139
  /**
140
140
  * @tsplus getter fncts.io.Layer memoize
141
141
  * @tsplus location "@fncts/io/Layer/api"
142
142
  */
143
- export declare function memoize<RIn, E, ROut>(self: Layer<RIn, E, ROut>): URIO<Scope, Layer<RIn, E, ROut>>;
143
+ export declare function memoize<RIn, E, ROut>(self: Layer<RIn, E, ROut>, __tsplusTrace?: string): URIO<Scope, Layer<RIn, E, ROut>>;
144
144
  /**
145
145
  * @tsplus fluent fncts.io.Layer orElse
146
146
  * @tsplus location "@fncts/io/Layer/api"
147
147
  */
148
- export declare function orElse_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>): Layer<RIn | RIn1, E | E1, ROut | ROut1>;
148
+ export declare function orElse_<RIn, E, ROut, RIn1, E1, ROut1>(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>, __tsplusTrace?: string): Layer<RIn | RIn1, E | E1, ROut | ROut1>;
149
149
  /**
150
150
  * @tsplus getter fncts.io.Layer orHalt
151
151
  * @tsplus location "@fncts/io/Layer/api"
152
152
  */
153
- export declare function orHalt<RIn, E, ROut>(self: Layer<RIn, E, ROut>): Layer<RIn, never, ROut>;
153
+ export declare function orHalt<RIn, E, ROut>(self: Layer<RIn, E, ROut>, __tsplusTrace?: string): Layer<RIn, never, ROut>;
154
154
  /**
155
155
  * @tsplus getter fncts.io.Layer passthrough
156
156
  * @tsplus location "@fncts/io/Layer/api"
157
157
  */
158
- export declare function passthrough<RIn extends Spreadable, E, ROut extends Spreadable>(self: Layer<RIn, E, ROut>): Layer<RIn, E, RIn & ROut>;
158
+ export declare function passthrough<RIn extends Spreadable, E, ROut extends Spreadable>(self: Layer<RIn, E, ROut>, __tsplusTrace?: string): Layer<RIn, E, RIn & ROut>;
159
159
  /**
160
160
  * @tsplus fluent fncts.io.Layer retry
161
161
  * @tsplus location "@fncts/io/Layer/api"
162
162
  */
163
- export declare function retry_<RIn, E, ROut, S, RIn1>(self: Layer<RIn, E, ROut>, schedule: Schedule.WithState<S, RIn1, E, any>): Layer<RIn | RIn1, E, ROut>;
163
+ export declare function retry_<RIn, E, ROut, S, RIn1>(self: Layer<RIn, E, ROut>, schedule: Schedule.WithState<S, RIn1, E, any>, __tsplusTrace?: string): Layer<RIn | RIn1, E, ROut>;
164
164
  /**
165
165
  * @tsplus static fncts.io.LayerOps scoped
166
166
  * @tsplus location "@fncts/io/Layer/api"
167
167
  */
168
- export declare function scoped<R, E, A>(io: Lazy<IO<R, E, A>>, tag: Tag<A>): Layer<Exclude<R, Scope>, E, A>;
168
+ export declare function scoped<R, E, A>(io: Lazy<IO<R, E, A>>, tag: Tag<A>, __tsplusTrace?: string): Layer<Exclude<R, Scope>, E, A>;
169
169
  /**
170
170
  * @tsplus static fncts.io.LayerOps scopedEnvironment
171
171
  * @tsplus location "@fncts/io/Layer/api"
172
172
  */
173
- export declare function scopedEnvironment<R, E, A>(io: Lazy<IO<R, E, Environment<A>>>): Layer<Exclude<R, Scope>, E, A>;
173
+ export declare function scopedEnvironment<R, E, A>(io: Lazy<IO<R, E, Environment<A>>>, __tsplusTrace?: string): Layer<Exclude<R, Scope>, E, A>;
174
174
  /**
175
175
  * @tsplus static fncts.io.LayerOps service
176
176
  * @tsplus location "@fncts/io/Layer/api"
177
177
  */
178
- export declare function service<A>(tag: Tag<A>): Layer<A, never, A>;
178
+ export declare function service<A>(tag: Tag<A>, __tsplusTrace?: string): Layer<A, never, A>;
179
179
  /**
180
180
  * @tsplus static fncts.io.LayerOps succeed
181
181
  * @tsplus location "@fncts/io/Layer/api"
182
182
  */
183
- export declare function succeed<A>(resource: Lazy<A>, tag: Tag<A>): Layer<never, never, A>;
183
+ export declare function succeed<A>(resource: Lazy<A>, tag: Tag<A>, __tsplusTrace?: string): Layer<never, never, A>;
184
184
  /**
185
185
  * @tsplus static fncts.io.LayerOps succeedEnvironment
186
186
  * @tsplus location "@fncts/io/Layer/api"
187
187
  */
188
- export declare function succeedEnvironment<A>(a: Lazy<Environment<A>>): Layer<never, never, A>;
188
+ export declare function succeedEnvironment<A>(a: Lazy<Environment<A>>, __tsplusTrace?: string): Layer<never, never, A>;
189
189
  /**
190
190
  * @tsplus static fncts.io.LayerOps succeedEnvironmentNow
191
191
  * @tsplus location "@fncts/io/Layer/api"
192
192
  */
193
- export declare function succeedEnvironmentNow<A>(a: Environment<A>): Layer<never, never, A>;
193
+ export declare function succeedEnvironmentNow<A>(a: Environment<A>, __tsplusTrace?: string): Layer<never, never, A>;
194
194
  /**
195
195
  * @tsplus static fncts.io.LayerOps succeedNow
196
196
  * @tsplus location "@fncts/io/Layer/api"
197
197
  */
198
- export declare function succeedNow<A>(resource: A, tag: Tag<A>): Layer<never, never, A>;
198
+ export declare function succeedNow<A>(resource: A, tag: Tag<A>, __tsplusTrace?: string): Layer<never, never, A>;
199
199
  /**
200
200
  * @tsplus fluent fncts.io.Layer to
201
201
  * @tsplus location "@fncts/io/Layer/api"
@@ -1,5 +1,5 @@
1
- import { Cause } from "@fncts/base/data/Cause";
2
- import { Environment } from "@fncts/base/data/Environment";
1
+ import { Cause } from "@fncts/base/data/Cause/definition";
2
+ import { Environment } from "@fncts/base/data/Environment/definition";
3
3
  import { Scope } from "@fncts/io/Scope/definition";
4
4
  import { IO } from "@fncts/io/IO/definition";
5
5
  export declare const LayerHash: unique symbol;
@@ -34,41 +34,48 @@ export declare class Fold<RIn, E, ROut, RIn1, E1, ROut1, RIn2, E2, ROut2> extend
34
34
  readonly self: Layer<RIn, E, ROut>;
35
35
  readonly failure: (cause: Cause<E>) => Layer<RIn1, E1, ROut1>;
36
36
  readonly success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>;
37
+ readonly trace?: string | undefined;
37
38
  readonly _tag = LayerTag.Fold;
38
- constructor(self: Layer<RIn, E, ROut>, failure: (cause: Cause<E>) => Layer<RIn1, E1, ROut1>, success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>);
39
+ constructor(self: Layer<RIn, E, ROut>, failure: (cause: Cause<E>) => Layer<RIn1, E1, ROut1>, success: (r: Environment<ROut>) => Layer<RIn2, E2, ROut2>, trace?: string | undefined);
39
40
  }
40
41
  export declare class Fresh<RIn, E, ROut> extends Layer<RIn, E, ROut> {
41
42
  readonly self: Layer<RIn, E, ROut>;
43
+ readonly trace?: string | undefined;
42
44
  readonly _tag = LayerTag.Fresh;
43
- constructor(self: Layer<RIn, E, ROut>);
45
+ constructor(self: Layer<RIn, E, ROut>, trace?: string | undefined);
44
46
  }
45
47
  export declare class FromScoped<RIn, E, ROut> extends Layer<Exclude<RIn, Scope>, E, ROut> {
46
48
  readonly self: IO<RIn, E, Environment<ROut>>;
49
+ readonly trace?: string | undefined;
47
50
  readonly _tag = LayerTag.Scoped;
48
- constructor(self: IO<RIn, E, Environment<ROut>>);
51
+ constructor(self: IO<RIn, E, Environment<ROut>>, trace?: string | undefined);
49
52
  }
50
53
  export declare class Defer<RIn, E, ROut> extends Layer<RIn, E, ROut> {
51
54
  readonly self: () => Layer<RIn, E, ROut>;
55
+ readonly trace?: string | undefined;
52
56
  readonly _tag = LayerTag.Defer;
53
- constructor(self: () => Layer<RIn, E, ROut>);
57
+ constructor(self: () => Layer<RIn, E, ROut>, trace?: string | undefined);
54
58
  }
55
59
  export declare class To<RIn, E, ROut, E1, ROut1> extends Layer<RIn, E | E1, ROut1> {
56
60
  readonly self: Layer<RIn, E, ROut>;
57
61
  readonly that: Layer<ROut, E1, ROut1>;
62
+ readonly trace?: string | undefined;
58
63
  readonly _tag = LayerTag.To;
59
- constructor(self: Layer<RIn, E, ROut>, that: Layer<ROut, E1, ROut1>);
64
+ constructor(self: Layer<RIn, E, ROut>, that: Layer<ROut, E1, ROut1>, trace?: string | undefined);
60
65
  }
61
66
  export declare class ZipWith<RIn, E, ROut, RIn1, E1, ROut1, ROut2> extends Layer<RIn | RIn1, E | E1, ROut2> {
62
67
  readonly self: Layer<RIn, E, ROut>;
63
68
  readonly that: Layer<RIn1, E1, ROut1>;
64
69
  readonly f: (a: Environment<ROut>, b: Environment<ROut1>) => Environment<ROut2>;
70
+ readonly trace?: string | undefined;
65
71
  readonly _tag = LayerTag.ZipWith;
66
- constructor(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>, f: (a: Environment<ROut>, b: Environment<ROut1>) => Environment<ROut2>);
72
+ constructor(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>, f: (a: Environment<ROut>, b: Environment<ROut1>) => Environment<ROut2>, trace?: string | undefined);
67
73
  }
68
74
  export declare class ZipWithC<RIn, E, ROut, RIn1, E1, ROut1, ROut2> extends Layer<RIn | RIn1, E | E1, ROut2> {
69
75
  readonly self: Layer<RIn, E, ROut>;
70
76
  readonly that: Layer<RIn1, E1, ROut1>;
71
77
  readonly f: (a: Environment<ROut>, b: Environment<ROut1>) => Environment<ROut2>;
78
+ readonly trace?: string | undefined;
72
79
  readonly _tag = LayerTag.ZipWithC;
73
- constructor(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>, f: (a: Environment<ROut>, b: Environment<ROut1>) => Environment<ROut2>);
80
+ constructor(self: Layer<RIn, E, ROut>, that: Layer<RIn1, E1, ROut1>, f: (a: Environment<ROut>, b: Environment<ROut1>) => Environment<ROut2>, trace?: string | undefined);
74
81
  }
package/Logger/api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Logger } from "@fncts/io/Logger/definition";
2
- import { Predicate } from "@fncts/base/data/Predicate";
2
+ import { Predicate } from "@fncts/base/data/Predicate/definition";
3
3
  import { LogLevel } from "@fncts/io/LogLevel";
4
- import { Maybe } from "@fncts/base/data/Maybe";
4
+ import { Maybe } from "@fncts/base/data/Maybe/definition";
5
5
  /**
6
6
  * @tsplus fluent fncts.io.Logger filterLogLevel
7
7
  * @tsplus location "@fncts/io/Logger/api"
@@ -1,10 +1,10 @@
1
1
  import { TraceElement } from "@fncts/base/data/TraceElement/definition";
2
- import { FiberId } from "@fncts/base/data/FiberId";
2
+ import { FiberId } from "@fncts/base/data/FiberId/definition";
3
3
  import { LogLevel } from "@fncts/io/LogLevel";
4
- import { Cause } from "@fncts/base/data/Cause";
5
- import { HashMap } from "@fncts/base/collection/immutable/HashMap";
4
+ import { Cause } from "@fncts/base/data/Cause/definition";
5
+ import { HashMap } from "@fncts/base/collection/immutable/HashMap/definition";
6
6
  import { FiberRef } from "@fncts/io/FiberRef/definition";
7
- import { List } from "@fncts/base/collection/immutable/List";
7
+ import { List } from "@fncts/base/collection/immutable/List/definition";
8
8
  import type { LogSpan } from "@fncts/io/LogSpan";
9
9
  /**
10
10
  * @tsplus type fncts.io.Logger
@@ -7,35 +7,35 @@ import { PQueue } from "@fncts/io/Queue/definition";
7
7
  * @tsplus fluent fncts.io.Queue dimap
8
8
  * @tsplus location "@fncts/io/Queue/api/dimapIO"
9
9
  */
10
- export declare function dimap_<RA, RB, EA, EB, A, B, C, D>(self: PQueue<RA, RB, EA, EB, A, B>, f: (c: C) => A, g: (b: B) => D): import("@fncts/io/Queue/definition").PQueue<RA, RB, EA, EB, C, D>;
10
+ export declare function dimap_<RA, RB, EA, EB, A, B, C, D>(self: PQueue<RA, RB, EA, EB, A, B>, f: (c: C) => A, g: (b: B) => D, __tsplusTrace?: string): import("@fncts/io/Queue/definition").PQueue<RA, RB, EA, EB, C, D>;
11
11
  /**
12
12
  * Transforms elements enqueued into and dequeued from this queue with the
13
13
  * specified effectual functions.
14
14
  * @tsplus fluent fncts.io.Queue dimapIO
15
15
  * @tsplus location "@fncts/io/Queue/api/dimapIO"
16
16
  */
17
- export declare function dimapIO_<RA, RB, EA, EB, A, B, C, RC, EC, RD, ED, D>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (c: C) => IO<RC, EC, A>, g: (b: B) => IO<RD, ED, D>): PQueue<RC | RA, RD | RB, EC | EA, ED | EB, C, D>;
17
+ export declare function dimapIO_<RA, RB, EA, EB, A, B, C, RC, EC, RD, ED, D>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (c: C) => IO<RC, EC, A>, g: (b: B) => IO<RD, ED, D>, __tsplusTrace?: string): PQueue<RC | RA, RD | RB, EC | EA, ED | EB, C, D>;
18
18
  /**
19
19
  * Transforms elements enqueued into this queue with an effectful function.
20
20
  * @tsplus fluent fncts.io.Queue contramapIO
21
21
  * @tsplus location "@fncts/io/Queue/api/dimapIO"
22
22
  */
23
- export declare function contramapIO_<RA, RB, EA, EB, A, B, RC, EC, C>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (c: C) => IO<RC, EC, A>): PQueue<RA | RC, RB, EA | EC, EB, C, B>;
23
+ export declare function contramapIO_<RA, RB, EA, EB, A, B, RC, EC, C>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (c: C) => IO<RC, EC, A>, __tsplusTrace?: string): PQueue<RA | RC, RB, EA | EC, EB, C, B>;
24
24
  /**
25
25
  * Transforms elements enqueued into this queue with an effectful function.
26
26
  * @tsplus fluent fncts.io.Queue contramap
27
27
  * @tsplus location "@fncts/io/Queue/api/dimapIO"
28
28
  */
29
- export declare function contramap_<RA, RB, EA, EB, A, B, C>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (c: C) => A): PQueue<RA, RB, EA, EB, C, B>;
29
+ export declare function contramap_<RA, RB, EA, EB, A, B, C>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (c: C) => A, __tsplusTrace?: string): PQueue<RA, RB, EA, EB, C, B>;
30
30
  /**
31
31
  * Transforms elements dequeued from this queue with an effectful function.
32
32
  * @tsplus fluent fncts.io.Queue mapIO
33
33
  * @tsplus location "@fncts/io/Queue/api/dimapIO"
34
34
  */
35
- export declare function mapIO_<RA, RB, EA, EB, A, B, R2, E2, C>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (b: B) => IO<R2, E2, C>): PQueue<RA, R2 | RB, EA, EB | E2, A, C>;
35
+ export declare function mapIO_<RA, RB, EA, EB, A, B, R2, E2, C>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (b: B) => IO<R2, E2, C>, __tsplusTrace?: string): PQueue<RA, R2 | RB, EA, EB | E2, A, C>;
36
36
  /**
37
37
  * Transforms elements dequeued from this queue with a function.
38
38
  * @tsplus fluent fncts.io.Queue map
39
39
  * @tsplus location "@fncts/io/Queue/api/dimapIO"
40
40
  */
41
- export declare function map_<RA, RB, EA, EB, A, B, C>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (b: B) => C): PQueue<RA, RB, EA, EB, A, C>;
41
+ export declare function map_<RA, RB, EA, EB, A, B, C>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (b: B) => C, __tsplusTrace?: string): PQueue<RA, RB, EA, EB, A, C>;
@@ -1,5 +1,5 @@
1
1
  import { IO, UIO } from "@fncts/io/IO/definition";
2
- import { Just, Nothing } from "@fncts/base/data/Maybe";
2
+ import { Just, Nothing } from "@fncts/base/data/Maybe/definition";
3
3
  import { Conc } from "@fncts/base/collection/immutable/Conc";
4
4
  import { PQueue } from "@fncts/io/Queue/definition";
5
5
  import { QueueInternal } from "@fncts/io/Queue/definition";
@@ -23,11 +23,11 @@ export declare class FilterInputIO<RA, RB, EA, EB, B, A, A1 extends A, R2, E2> e
23
23
  * @tsplus fluent fncts.io.Queue filterInputIO
24
24
  * @tsplus location "@fncts/io/Queue/api/filterInputIO"
25
25
  */
26
- export declare function filterInputIO_<RA, RB, EA, EB, B, A, A1 extends A, R2, E2>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (_: A1) => IO<R2, E2, boolean>): PQueue<RA | R2, RB, EA | E2, EB, A1, B>;
26
+ export declare function filterInputIO_<RA, RB, EA, EB, B, A, A1 extends A, R2, E2>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (_: A1) => IO<R2, E2, boolean>, __tsplusTrace?: string): PQueue<RA | R2, RB, EA | E2, EB, A1, B>;
27
27
  /**
28
28
  * Applies a filter to elements enqueued into this queue. Elements that do not
29
29
  * pass the filter will be immediately dropped.
30
30
  * @tsplus fluent fncts.io.Queue filterInput
31
31
  * @tsplus location "@fncts/io/Queue/api/filterInputIO"
32
32
  */
33
- export declare function filterInput_<RA, RB, EA, EB, B, A, A1 extends A>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (_: A1) => boolean): PQueue<RA, RB, EA, EB, A1, B>;
33
+ export declare function filterInput_<RA, RB, EA, EB, B, A, A1 extends A>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (_: A1) => boolean, __tsplusTrace?: string): PQueue<RA, RB, EA, EB, A1, B>;
@@ -1,7 +1,7 @@
1
1
  import { IO, UIO } from "@fncts/io/IO/definition";
2
2
  import { Conc } from "@fncts/base/collection/immutable/Conc";
3
3
  import { PQueue } from "@fncts/io/Queue/definition";
4
- import { Predicate } from "@fncts/base/data/Predicate";
4
+ import { Predicate } from "@fncts/base/data/Predicate/definition";
5
5
  import { QueueInternal } from "@fncts/io/Queue/definition";
6
6
  export declare class FilterOutputIO<RA, RB, EA, EB, A, B, RB1, EB1> extends QueueInternal<RA, RB | RB1, EA, EB | EB1, A, B> {
7
7
  readonly queue: QueueInternal<RA, RB, EA, EB, A, B>;
@@ -23,9 +23,9 @@ export declare class FilterOutputIO<RA, RB, EA, EB, A, B, RB1, EB1> extends Queu
23
23
  * @tsplus fluent fncts.io.Queue filterOutputIO
24
24
  * @tsplus location "@fncts/io/Queue/api/filterOutputIO"
25
25
  */
26
- export declare function filterOutputIO_<RA, RB, EA, EB, A, B, RB1, EB1>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (b: B) => IO<RB1, EB1, boolean>): PQueue<RA, RB | RB1, EA, EB | EB1, A, B>;
26
+ export declare function filterOutputIO_<RA, RB, EA, EB, A, B, RB1, EB1>(queue: PQueue<RA, RB, EA, EB, A, B>, f: (b: B) => IO<RB1, EB1, boolean>, __tsplusTrace?: string): PQueue<RA, RB | RB1, EA, EB | EB1, A, B>;
27
27
  /**
28
28
  * @tsplus fluent fncts.io.Queue filterOutput
29
29
  * @tsplus location "@fncts/io/Queue/api/filterOutputIO"
30
30
  */
31
- export declare function filterOutput_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, p: Predicate<B>): PQueue<RA, RB, EA, EB, A, B>;
31
+ export declare function filterOutput_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, p: Predicate<B>, __tsplusTrace?: string): PQueue<RA, RB, EA, EB, A, B>;
@@ -7,25 +7,25 @@ import { UIO, IO } from "@fncts/io/IO/definition";
7
7
  * @tsplus getter fncts.io.Queue awaitShutdown
8
8
  * @tsplus location "@fncts/io/Queue/api/operations"
9
9
  */
10
- export declare function awaitShutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>): UIO<void>;
10
+ export declare function awaitShutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): UIO<void>;
11
11
  /**
12
12
  * How many elements can hold in the queue
13
13
  * @tsplus getter fncts.io.Queue capacity
14
14
  * @tsplus location "@fncts/io/Queue/api/operations"
15
15
  */
16
- export declare function capacity<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>): number;
16
+ export declare function capacity<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): number;
17
17
  /**
18
18
  * `true` if `shutdown` has been called.
19
19
  * @tsplus getter fncts.io.Queue isShutdown
20
20
  * @tsplus location "@fncts/io/Queue/api/operations"
21
21
  */
22
- export declare function isShutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>): UIO<boolean>;
22
+ export declare function isShutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): UIO<boolean>;
23
23
  /**
24
24
  * Places one value in the queue.
25
25
  * @tsplus fluent fncts.io.Queue offer
26
26
  * @tsplus location "@fncts/io/Queue/api/operations"
27
27
  */
28
- export declare function offer_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, a: A): IO<RA, EA, boolean>;
28
+ export declare function offer_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, a: A, __tsplusTrace?: string): IO<RA, EA, boolean>;
29
29
  /**
30
30
  * For Bounded Queue: uses the `BackPressure` Strategy, places the values in the queue and always returns true.
31
31
  * If the queue has reached capacity, then
@@ -44,14 +44,14 @@ export declare function offer_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, E
44
44
  * @tsplus fluent fncts.io.Queue offerAll
45
45
  * @tsplus location "@fncts/io/Queue/api/operations"
46
46
  */
47
- export declare function offerAll_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, as: Iterable<A>): import("../../IO").IO<RA, EA, boolean>;
47
+ export declare function offerAll_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, as: Iterable<A>, __tsplusTrace?: string): import("../../IO").IO<RA, EA, boolean>;
48
48
  /**
49
49
  * Interrupts any fibers that are suspended on `offer` or `take`.
50
50
  * Future calls to `offer*` and `take*` will be interrupted immediately.
51
51
  * @tsplus getter fncts.io.Queue shutdown
52
52
  * @tsplus location "@fncts/io/Queue/api/operations"
53
53
  */
54
- export declare function shutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>): import("../../IO").UIO<void>;
54
+ export declare function shutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): import("../../IO").UIO<void>;
55
55
  /**
56
56
  * Retrieves the size of the queue, which is equal to the number of elements
57
57
  * in the queue. This may be negative if fibers are suspended waiting for
@@ -59,24 +59,24 @@ export declare function shutdown<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA,
59
59
  * @tsplus getter fncts.io.Queue size
60
60
  * @tsplus location "@fncts/io/Queue/api/operations"
61
61
  */
62
- export declare function size<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>): import("../../IO").UIO<number>;
62
+ export declare function size<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): import("../../IO").UIO<number>;
63
63
  /**
64
64
  * Removes the oldest value in the queue. If the queue is empty, this will
65
65
  * return a computation that resumes when an item has been added to the queue.
66
66
  * @tsplus getter fncts.io.Queue take
67
67
  * @tsplus location "@fncts/io/Queue/api/operations"
68
68
  */
69
- export declare function take<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>): IO<RB, EB, B>;
69
+ export declare function take<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): IO<RB, EB, B>;
70
70
  /**
71
71
  * Removes all the values in the queue and returns the list of the values. If the queue
72
72
  * is empty returns empty list.
73
73
  * @tsplus getter fncts.io.Queue takeAll
74
74
  * @tsplus location "@fncts/io/Queue/api/operations"
75
75
  */
76
- export declare function takeAll<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>): import("../../IO").IO<RB, EB, import("@fncts/base/collection/immutable/Conc").Conc<B>>;
76
+ export declare function takeAll<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): import("../../IO").IO<RB, EB, import("@fncts/base/collection/immutable/Conc").Conc<B>>;
77
77
  /**
78
78
  * Takes up to max number of values in the queue.
79
79
  * @tsplus fluent fncts.io.Queue takeAllUpTo
80
80
  * @tsplus location "@fncts/io/Queue/api/operations"
81
81
  */
82
- export declare function takeAllUpTo_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, n: number): import("../../IO").IO<RB, EB, import("@fncts/base/collection/immutable/Conc").Conc<B>>;
82
+ export declare function takeAllUpTo_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, n: number, __tsplusTrace?: string): import("../../IO").IO<RB, EB, import("@fncts/base/collection/immutable/Conc").Conc<B>>;
@@ -1,9 +1,9 @@
1
1
  import { PQueue } from "@fncts/io/Queue/definition";
2
2
  import { IO } from "@fncts/io/IO/definition";
3
- import { Maybe } from "@fncts/base/data/Maybe";
3
+ import { Maybe } from "@fncts/base/data/Maybe/definition";
4
4
  /**
5
5
  * Take the head option of values in the queue.
6
6
  * @tsplus getter fncts.io.Queue poll
7
7
  * @tsplus location "@fncts/io/Queue/api/poll"
8
8
  */
9
- export declare function poll<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>): IO<RB, EB, Maybe<B>>;
9
+ export declare function poll<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, __tsplusTrace?: string): IO<RB, EB, Maybe<B>>;
@@ -8,4 +8,4 @@ import { Conc } from "@fncts/base/collection/immutable/Conc";
8
8
  * @tsplus fluent fncts.io.Queue takeBetween
9
9
  * @tsplus location "@fncts/io/Queue/api/takeBetween"
10
10
  */
11
- export declare function takeBetween_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, min: number, max: number): IO<RB, EB, Conc<B>>;
11
+ export declare function takeBetween_<RA, RB, EA, EB, A, B>(queue: PQueue<RA, RB, EA, EB, A, B>, min: number, max: number, __tsplusTrace?: string): IO<RB, EB, Conc<B>>;
@@ -29,16 +29,16 @@ export declare class ZipWithIO<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A,
29
29
  * @tsplus fluent fncts.io.Queue zipWithIO
30
30
  * @tsplus location "@fncts/io/Queue/api/zipWithIO"
31
31
  */
32
- export declare function zipWithIO_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B, R3, E3, D, A>(fa: PQueue<RA, RB, EA, EB, A, B>, fb: PQueue<RA1, RB1, EA1, EB1, A1, C>, f: (b: B, c: C) => IO<R3, E3, D>): PQueue<RA | RA1, RB | RB1 | R3, EA | EA1, E3 | EB | EB1, A1, D>;
32
+ export declare function zipWithIO_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B, R3, E3, D, A>(fa: PQueue<RA, RB, EA, EB, A, B>, fb: PQueue<RA1, RB1, EA1, EB1, A1, C>, f: (b: B, c: C) => IO<R3, E3, D>, __tsplusTrace?: string): PQueue<RA | RA1, RB | RB1 | R3, EA | EA1, E3 | EB | EB1, A1, D>;
33
33
  /**
34
34
  * Like `zipWithM`, but uses a pure function.
35
35
  * @tsplus fluent fncts.io.Queue zipWith
36
36
  * @tsplus location "@fncts/io/Queue/api/zipWithIO"
37
37
  */
38
- export declare function zipWith_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B, D, A>(queue: PQueue<RA, RB, EA, EB, A, B>, that: PQueue<RA1, RB1, EA1, EB1, A1, C>, f: (b: B, c: C) => D): PQueue<RA | RA1, RB | RB1, EA | EA1, EB | EB1, A1, D>;
38
+ export declare function zipWith_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B, D, A>(queue: PQueue<RA, RB, EA, EB, A, B>, that: PQueue<RA1, RB1, EA1, EB1, A1, C>, f: (b: B, c: C) => D, __tsplusTrace?: string): PQueue<RA | RA1, RB | RB1, EA | EA1, EB | EB1, A1, D>;
39
39
  /**
40
40
  * Like `zipWith`, but tuples the elements instead of applying a function.
41
41
  * @tsplus fluent fncts.io.Queue zip
42
42
  * @tsplus location "@fncts/io/Queue/api/zipWithIO"
43
43
  */
44
- export declare function zip_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B, A>(queue: PQueue<RA, RB, EA, EB, A, B>, that: PQueue<RA1, RB1, EA1, EB1, A1, C>): PQueue<RA | RA1, RB | RB1, EA | EA1, EB | EB1, A1, readonly [B, C]>;
44
+ export declare function zip_<RA, RB, EA, EB, RA1, RB1, EA1, EB1, A1 extends A, C, B, A>(queue: PQueue<RA, RB, EA, EB, A, B>, that: PQueue<RA1, RB1, EA1, EB1, A1, C>, __tsplusTrace?: string): PQueue<RA | RA1, RB | RB1, EA | EA1, EB | EB1, A1, readonly [B, C]>;
@@ -4,19 +4,19 @@ import type { Queue } from "@fncts/io/Queue/definition";
4
4
  * @tsplus static fncts.io.QueueOps makeSliding
5
5
  * @tsplus location "@fncts/io/Queue/constructors"
6
6
  */
7
- export declare function makeSliding<A>(capacity: number): UIO<Queue<A>>;
7
+ export declare function makeSliding<A>(capacity: number, __tsplusTrace?: string): UIO<Queue<A>>;
8
8
  /**
9
9
  * @tsplus static fncts.io.QueueOps makeUnbounded
10
10
  * @tsplus location "@fncts/io/Queue/constructors"
11
11
  */
12
- export declare function makeUnbounded<A>(): UIO<Queue<A>>;
12
+ export declare function makeUnbounded<A>(__tsplusTrace?: string): UIO<Queue<A>>;
13
13
  /**
14
14
  * @tsplus static fncts.io.QueueOps makeDropping
15
15
  * @tsplus location "@fncts/io/Queue/constructors"
16
16
  */
17
- export declare function makeDropping<A>(capacity: number): UIO<Queue<A>>;
17
+ export declare function makeDropping<A>(capacity: number, __tsplusTrace?: string): UIO<Queue<A>>;
18
18
  /**
19
19
  * @tsplus static fncts.io.QueueOps makeBounded
20
20
  * @tsplus location "@fncts/io/Queue/constructors"
21
21
  */
22
- export declare function makeBounded<A>(capacity: number): UIO<Queue<A>>;
22
+ export declare function makeBounded<A>(capacity: number, __tsplusTrace?: string): UIO<Queue<A>>;
@@ -58,7 +58,7 @@ export declare abstract class QueueInternal<RA, RB, EA, EB, A, B> implements PQu
58
58
  /**
59
59
  * Places one value in the queue.
60
60
  */
61
- abstract offer(a: A): IO<RA, EA, boolean>;
61
+ abstract offer(a: A, __tsplusTrace?: string): IO<RA, EA, boolean>;
62
62
  /**
63
63
  * For Bounded Queue: uses the `BackPressure` Strategy, places the values in the queue and always returns true.
64
64
  * If the queue has reached capacity, then
@@ -76,7 +76,7 @@ export declare abstract class QueueInternal<RA, RB, EA, EB, A, B> implements PQu
76
76
  * It places the values in the queue but if there is no room it will not enqueue them and return false.
77
77
  *
78
78
  */
79
- abstract offerAll(as: Iterable<A>): IO<RA, EA, boolean>;
79
+ abstract offerAll(as: Iterable<A>, __tsplusTrace?: string): IO<RA, EA, boolean>;
80
80
  /**
81
81
  * Interrupts any fibers that are suspended on `offer` or `take`.
82
82
  * Future calls to `offer*` and `take*` will be interrupted immediately.
@@ -101,7 +101,7 @@ export declare abstract class QueueInternal<RA, RB, EA, EB, A, B> implements PQu
101
101
  /**
102
102
  * Takes up to max number of values in the queue.
103
103
  */
104
- abstract takeUpTo(n: number): IO<RB, EB, Conc<B>>;
104
+ abstract takeUpTo(n: number, __tsplusTrace?: string): IO<RB, EB, Conc<B>>;
105
105
  }
106
106
  /**
107
107
  * A `Queue<A>` is a lightweight, asynchronous queue into which