@fncts/io 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1089) hide show
  1. package/Cached/api.d.ts +2 -2
  2. package/Channel/ChildExecutorDecision/api.d.ts +2 -2
  3. package/Channel/UpstreamPullRequest/api.d.ts +2 -2
  4. package/Channel/api/interruptWhen.d.ts +5 -5
  5. package/Channel/api/mapOutIOC.d.ts +3 -3
  6. package/Channel/api/mergeAll.d.ts +2 -2
  7. package/Channel/api/mergeAllUnboundedWith.d.ts +2 -2
  8. package/Channel/api/mergeAllWith.d.ts +2 -2
  9. package/Channel/api/mergeMap.d.ts +2 -2
  10. package/Channel/api/mergeWith.d.ts +2 -2
  11. package/Channel/api/zipC.d.ts +6 -6
  12. package/Channel/api.d.ts +64 -64
  13. package/Channel/core-api.d.ts +11 -11
  14. package/Channel/definition.d.ts +35 -21
  15. package/Fiber/api/evalOn.d.ts +3 -3
  16. package/Fiber/api/evalOnIO.d.ts +3 -3
  17. package/Fiber/api/interruptAs.d.ts +3 -3
  18. package/Fiber/api/interruptAsFork.d.ts +3 -3
  19. package/Fiber/api/mapFiber.d.ts +2 -2
  20. package/Fiber/api/mapIO.d.ts +5 -5
  21. package/Fiber/api/zipWith.d.ts +2 -2
  22. package/Fiber.d.ts +1 -0
  23. package/FiberRef/api/locallyScoped.d.ts +2 -2
  24. package/FiberRef/api/locallyScopedWith.d.ts +2 -2
  25. package/FiberRef/api.d.ts +18 -18
  26. package/FiberRefs/api.d.ts +2 -2
  27. package/FiberRefs/join.d.ts +3 -3
  28. package/Future/api.d.ts +21 -21
  29. package/Hub/constructors.d.ts +49 -0
  30. package/Hub/definition.d.ts +37 -81
  31. package/Hub/internal.d.ts +4 -11
  32. package/Hub.d.ts +1 -1
  33. package/IO/api/acquireRelease.d.ts +1 -1
  34. package/IO/api/acquireReleaseExit.d.ts +1 -1
  35. package/IO/api/bracket.d.ts +1 -1
  36. package/IO/api/bracketExit.d.ts +1 -1
  37. package/IO/api/concurrency.d.ts +2 -2
  38. package/IO/api/core-scope.d.ts +5 -5
  39. package/IO/api/ensuringChildren.d.ts +3 -3
  40. package/IO/api/environment.d.ts +11 -15
  41. package/IO/api/foreachC.d.ts +2 -2
  42. package/IO/api/foreachExec.d.ts +1 -1
  43. package/IO/api/forkIn.d.ts +3 -3
  44. package/IO/api/fulfill.d.ts +3 -3
  45. package/IO/api/interrupt.d.ts +6 -6
  46. package/IO/api/onExit.d.ts +3 -3
  47. package/IO/api/onTermination.d.ts +4 -4
  48. package/IO/api/provideLayer.d.ts +3 -3
  49. package/IO/api/provideSomeLayer.d.ts +3 -7
  50. package/IO/api/race.d.ts +2 -2
  51. package/IO/api/raceFirst.d.ts +2 -2
  52. package/IO/api/repeat.d.ts +3 -3
  53. package/IO/api/retry.d.ts +7 -7
  54. package/IO/api/schedule.d.ts +5 -5
  55. package/IO/api/scoped.d.ts +2 -2
  56. package/IO/api/supervised.d.ts +3 -3
  57. package/IO/api/timeout.d.ts +5 -5
  58. package/IO/api/withFinalizer.d.ts +3 -3
  59. package/IO/api/withFinalizerExit.d.ts +3 -3
  60. package/IO/api/withRuntimeConfig.d.ts +3 -3
  61. package/IO/api/zipC.d.ts +4 -4
  62. package/IO/api.d.ts +179 -176
  63. package/IO/definition.d.ts +15 -9
  64. package/Layer/MemoMap.d.ts +4 -4
  65. package/Layer/api.d.ts +28 -28
  66. package/LogLevel.d.ts +12 -12
  67. package/LogSpan.d.ts +2 -2
  68. package/Logger/api.d.ts +5 -5
  69. package/Queue/constructors.d.ts +2 -1
  70. package/Queue/definition.d.ts +91 -82
  71. package/Queue/internal.d.ts +7 -9
  72. package/Queue.d.ts +0 -2
  73. package/Ref/Atomic.d.ts +15 -2
  74. package/Ref/Synchronized.d.ts +72 -0
  75. package/Ref/constructors.d.ts +7 -0
  76. package/Ref/definition.d.ts +60 -58
  77. package/Ref.d.ts +1 -6
  78. package/STM/api/core-api.d.ts +10 -10
  79. package/STM/api.d.ts +61 -61
  80. package/STM/internal/Journal.d.ts +4 -4
  81. package/Schedule/Decision.d.ts +2 -2
  82. package/Schedule/api.d.ts +94 -94
  83. package/Scope/ReleaseMap/api/releaseAll.d.ts +2 -2
  84. package/Scope/ReleaseMap/api.d.ts +10 -10
  85. package/Scope/api.d.ts +8 -8
  86. package/Sink/api.d.ts +68 -68
  87. package/State/api.d.ts +4 -4
  88. package/State/internal.d.ts +1 -1
  89. package/Stream/api/zipAllWith.d.ts +2 -2
  90. package/Stream/api/zipWith.d.ts +2 -2
  91. package/Stream/api/zipWithChunks.d.ts +2 -2
  92. package/Stream/api.d.ts +216 -205
  93. package/Stream/internal/DebounceState.d.ts +3 -3
  94. package/Stream/internal/Handoff.d.ts +5 -5
  95. package/Stream/internal/Pull.d.ts +2 -2
  96. package/Stream/internal/SinkEndReason.d.ts +3 -3
  97. package/Stream/internal/Take.d.ts +8 -8
  98. package/SubscriptionRef.d.ts +29 -0
  99. package/Supervisor/api.d.ts +4 -4
  100. package/SupervisorPatch.d.ts +4 -4
  101. package/TFuture/api.d.ts +7 -7
  102. package/TReentrantLock/api.d.ts +4 -4
  103. package/TRef/api.d.ts +24 -24
  104. package/TSemaphore/api.d.ts +4 -4
  105. package/TSemaphore/constructors.d.ts +6 -0
  106. package/_cjs/Cached/api.cjs +9 -9
  107. package/_cjs/Cached/api.cjs.map +1 -1
  108. package/_cjs/Channel/ChildExecutorDecision/api.cjs +19 -17
  109. package/_cjs/Channel/ChildExecutorDecision/api.cjs.map +1 -1
  110. package/_cjs/Channel/UpstreamPullRequest/api.cjs +16 -14
  111. package/_cjs/Channel/UpstreamPullRequest/api.cjs.map +1 -1
  112. package/_cjs/Channel/api/interruptWhen.cjs +14 -10
  113. package/_cjs/Channel/api/interruptWhen.cjs.map +1 -1
  114. package/_cjs/Channel/api/mapOutIOC.cjs +25 -25
  115. package/_cjs/Channel/api/mapOutIOC.cjs.map +1 -1
  116. package/_cjs/Channel/api/mergeAll.cjs +6 -4
  117. package/_cjs/Channel/api/mergeAll.cjs.map +1 -1
  118. package/_cjs/Channel/api/mergeAllUnboundedWith.cjs +6 -4
  119. package/_cjs/Channel/api/mergeAllUnboundedWith.cjs.map +1 -1
  120. package/_cjs/Channel/api/mergeAllWith.cjs +48 -52
  121. package/_cjs/Channel/api/mergeAllWith.cjs.map +1 -1
  122. package/_cjs/Channel/api/mergeMap.cjs +6 -4
  123. package/_cjs/Channel/api/mergeMap.cjs.map +1 -1
  124. package/_cjs/Channel/api/mergeWith.cjs +48 -46
  125. package/_cjs/Channel/api/mergeWith.cjs.map +1 -1
  126. package/_cjs/Channel/api/run.cjs +1 -1
  127. package/_cjs/Channel/api/run.cjs.map +1 -1
  128. package/_cjs/Channel/api/runScoped.cjs +2 -2
  129. package/_cjs/Channel/api/runScoped.cjs.map +1 -1
  130. package/_cjs/Channel/api/toPull.cjs +3 -3
  131. package/_cjs/Channel/api/toPull.cjs.map +1 -1
  132. package/_cjs/Channel/api/zipC.cjs +20 -14
  133. package/_cjs/Channel/api/zipC.cjs.map +1 -1
  134. package/_cjs/Channel/api.cjs +264 -218
  135. package/_cjs/Channel/api.cjs.map +1 -1
  136. package/_cjs/Channel/core-api.cjs +34 -24
  137. package/_cjs/Channel/core-api.cjs.map +1 -1
  138. package/_cjs/Channel/definition.cjs +1 -1
  139. package/_cjs/Channel/definition.cjs.map +1 -1
  140. package/_cjs/Channel/internal/ChannelExecutor.cjs +83 -83
  141. package/_cjs/Channel/internal/ChannelExecutor.cjs.map +1 -1
  142. package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs +22 -24
  143. package/_cjs/Channel/internal/SingleProducerAsyncInput.cjs.map +1 -1
  144. package/_cjs/Differ/api.cjs +5 -5
  145. package/_cjs/Differ/api.cjs.map +1 -1
  146. package/_cjs/Fiber/FiberContext.cjs +48 -48
  147. package/_cjs/Fiber/FiberContext.cjs.map +1 -1
  148. package/_cjs/Fiber/api/awaitAll.cjs +1 -1
  149. package/_cjs/Fiber/api/awaitAll.cjs.map +1 -1
  150. package/_cjs/Fiber/api/collectAll.cjs +1 -1
  151. package/_cjs/Fiber/api/collectAll.cjs.map +1 -1
  152. package/_cjs/Fiber/api/evalOn.cjs +12 -10
  153. package/_cjs/Fiber/api/evalOn.cjs.map +1 -1
  154. package/_cjs/Fiber/api/evalOnIO.cjs +6 -4
  155. package/_cjs/Fiber/api/evalOnIO.cjs.map +1 -1
  156. package/_cjs/Fiber/api/fromIO.cjs +1 -1
  157. package/_cjs/Fiber/api/fromIO.cjs.map +1 -1
  158. package/_cjs/Fiber/api/interrupt.cjs +1 -1
  159. package/_cjs/Fiber/api/interrupt.cjs.map +1 -1
  160. package/_cjs/Fiber/api/interruptAll.cjs +2 -2
  161. package/_cjs/Fiber/api/interruptAll.cjs.map +1 -1
  162. package/_cjs/Fiber/api/interruptAs.cjs +6 -4
  163. package/_cjs/Fiber/api/interruptAs.cjs.map +1 -1
  164. package/_cjs/Fiber/api/interruptAsFork.cjs +6 -4
  165. package/_cjs/Fiber/api/interruptAsFork.cjs.map +1 -1
  166. package/_cjs/Fiber/api/interruptFork.cjs +1 -1
  167. package/_cjs/Fiber/api/interruptFork.cjs.map +1 -1
  168. package/_cjs/Fiber/api/join.cjs +1 -1
  169. package/_cjs/Fiber/api/join.cjs.map +1 -1
  170. package/_cjs/Fiber/api/joinAll.cjs +1 -1
  171. package/_cjs/Fiber/api/joinAll.cjs.map +1 -1
  172. package/_cjs/Fiber/api/mapFiber.cjs +6 -4
  173. package/_cjs/Fiber/api/mapFiber.cjs.map +1 -1
  174. package/_cjs/Fiber/api/mapIO.cjs +14 -10
  175. package/_cjs/Fiber/api/mapIO.cjs.map +1 -1
  176. package/_cjs/Fiber/api/zipWith.cjs +6 -4
  177. package/_cjs/Fiber/api/zipWith.cjs.map +1 -1
  178. package/_cjs/Fiber/definition.cjs.map +1 -1
  179. package/_cjs/Fiber.cjs +13 -0
  180. package/_cjs/Fiber.cjs.map +1 -1
  181. package/_cjs/FiberRef/api/locallyScoped.cjs +6 -4
  182. package/_cjs/FiberRef/api/locallyScoped.cjs.map +1 -1
  183. package/_cjs/FiberRef/api/locallyScopedWith.cjs +5 -3
  184. package/_cjs/FiberRef/api/locallyScopedWith.cjs.map +1 -1
  185. package/_cjs/FiberRef/api.cjs +64 -47
  186. package/_cjs/FiberRef/api.cjs.map +1 -1
  187. package/_cjs/FiberRef/constructors.cjs +1 -1
  188. package/_cjs/FiberRef/constructors.cjs.map +1 -1
  189. package/_cjs/FiberRef.cjs.map +1 -1
  190. package/_cjs/FiberRefs/api.cjs +15 -13
  191. package/_cjs/FiberRefs/api.cjs.map +1 -1
  192. package/_cjs/FiberRefs/join.cjs +37 -35
  193. package/_cjs/FiberRefs/join.cjs.map +1 -1
  194. package/_cjs/FiberState/definition.cjs.map +1 -1
  195. package/_cjs/Future/api.cjs +97 -79
  196. package/_cjs/Future/api.cjs.map +1 -1
  197. package/_cjs/Future/constructors.cjs +1 -1
  198. package/_cjs/Future/constructors.cjs.map +1 -1
  199. package/_cjs/Hub/constructors.cjs +93 -0
  200. package/_cjs/Hub/constructors.cjs.map +1 -0
  201. package/_cjs/Hub/definition.cjs +104 -13
  202. package/_cjs/Hub/definition.cjs.map +1 -1
  203. package/_cjs/Hub/internal.cjs +104 -129
  204. package/_cjs/Hub/internal.cjs.map +1 -1
  205. package/_cjs/Hub.cjs +4 -4
  206. package/_cjs/IO/api/acquireReleaseExit.cjs +1 -1
  207. package/_cjs/IO/api/acquireReleaseExit.cjs.map +1 -1
  208. package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs +1 -1
  209. package/_cjs/IO/api/acquireReleaseInterruptibleExit.cjs.map +1 -1
  210. package/_cjs/IO/api/addFinalizerExit.cjs +1 -1
  211. package/_cjs/IO/api/addFinalizerExit.cjs.map +1 -1
  212. package/_cjs/IO/api/asyncIO.cjs +4 -4
  213. package/_cjs/IO/api/asyncIO.cjs.map +1 -1
  214. package/_cjs/IO/api/bracket.cjs +3 -3
  215. package/_cjs/IO/api/bracket.cjs.map +1 -1
  216. package/_cjs/IO/api/bracketExit.cjs +3 -3
  217. package/_cjs/IO/api/bracketExit.cjs.map +1 -1
  218. package/_cjs/IO/api/clockWith.cjs +2 -2
  219. package/_cjs/IO/api/clockWith.cjs.map +1 -1
  220. package/_cjs/IO/api/concurrency.cjs +9 -7
  221. package/_cjs/IO/api/concurrency.cjs.map +1 -1
  222. package/_cjs/IO/api/concurrentFinalizers.cjs +1 -1
  223. package/_cjs/IO/api/concurrentFinalizers.cjs.map +1 -1
  224. package/_cjs/IO/api/consoleWith.cjs +2 -2
  225. package/_cjs/IO/api/consoleWith.cjs.map +1 -1
  226. package/_cjs/IO/api/core-scope.cjs +45 -41
  227. package/_cjs/IO/api/core-scope.cjs.map +1 -1
  228. package/_cjs/IO/api/ensuringChildren.cjs +5 -3
  229. package/_cjs/IO/api/ensuringChildren.cjs.map +1 -1
  230. package/_cjs/IO/api/environment.cjs +35 -35
  231. package/_cjs/IO/api/environment.cjs.map +1 -1
  232. package/_cjs/IO/api/foreachC.cjs +19 -23
  233. package/_cjs/IO/api/foreachC.cjs.map +1 -1
  234. package/_cjs/IO/api/foreachExec.cjs +3 -3
  235. package/_cjs/IO/api/foreachExec.cjs.map +1 -1
  236. package/_cjs/IO/api/forkAll.cjs +1 -1
  237. package/_cjs/IO/api/forkAll.cjs.map +1 -1
  238. package/_cjs/IO/api/forkIn.cjs +8 -6
  239. package/_cjs/IO/api/forkIn.cjs.map +1 -1
  240. package/_cjs/IO/api/forkScoped.cjs +1 -1
  241. package/_cjs/IO/api/forkScoped.cjs.map +1 -1
  242. package/_cjs/IO/api/fulfill.cjs +8 -6
  243. package/_cjs/IO/api/fulfill.cjs.map +1 -1
  244. package/_cjs/IO/api/interrupt.cjs +36 -30
  245. package/_cjs/IO/api/interrupt.cjs.map +1 -1
  246. package/_cjs/IO/api/memoize.cjs +1 -1
  247. package/_cjs/IO/api/memoize.cjs.map +1 -1
  248. package/_cjs/IO/api/onExit.cjs +6 -4
  249. package/_cjs/IO/api/onExit.cjs.map +1 -1
  250. package/_cjs/IO/api/onTermination.cjs +5 -3
  251. package/_cjs/IO/api/onTermination.cjs.map +1 -1
  252. package/_cjs/IO/api/once.cjs +3 -5
  253. package/_cjs/IO/api/once.cjs.map +1 -1
  254. package/_cjs/IO/api/provideLayer.cjs +6 -4
  255. package/_cjs/IO/api/provideLayer.cjs.map +1 -1
  256. package/_cjs/IO/api/provideSomeLayer.cjs +5 -15
  257. package/_cjs/IO/api/provideSomeLayer.cjs.map +1 -1
  258. package/_cjs/IO/api/race.cjs +6 -4
  259. package/_cjs/IO/api/race.cjs.map +1 -1
  260. package/_cjs/IO/api/raceFirst.cjs +6 -4
  261. package/_cjs/IO/api/raceFirst.cjs.map +1 -1
  262. package/_cjs/IO/api/randomWith.cjs +1 -1
  263. package/_cjs/IO/api/randomWith.cjs.map +1 -1
  264. package/_cjs/IO/api/repeat.cjs +12 -12
  265. package/_cjs/IO/api/repeat.cjs.map +1 -1
  266. package/_cjs/IO/api/retry.cjs +14 -14
  267. package/_cjs/IO/api/retry.cjs.map +1 -1
  268. package/_cjs/IO/api/schedule.cjs +15 -11
  269. package/_cjs/IO/api/schedule.cjs.map +1 -1
  270. package/_cjs/IO/api/scoped.cjs +6 -6
  271. package/_cjs/IO/api/scoped.cjs.map +1 -1
  272. package/_cjs/IO/api/sequenceT.cjs +1 -1
  273. package/_cjs/IO/api/sequenceT.cjs.map +1 -1
  274. package/_cjs/IO/api/stateful.cjs.map +1 -1
  275. package/_cjs/IO/api/supervised.cjs +6 -4
  276. package/_cjs/IO/api/supervised.cjs.map +1 -1
  277. package/_cjs/IO/api/timeout.cjs +10 -6
  278. package/_cjs/IO/api/timeout.cjs.map +1 -1
  279. package/_cjs/IO/api/withChildren.cjs +1 -1
  280. package/_cjs/IO/api/withChildren.cjs.map +1 -1
  281. package/_cjs/IO/api/withEarlyRelease.cjs +1 -1
  282. package/_cjs/IO/api/withEarlyRelease.cjs.map +1 -1
  283. package/_cjs/IO/api/withFinalizer.cjs +6 -4
  284. package/_cjs/IO/api/withFinalizer.cjs.map +1 -1
  285. package/_cjs/IO/api/withFinalizerExit.cjs +6 -4
  286. package/_cjs/IO/api/withFinalizerExit.cjs.map +1 -1
  287. package/_cjs/IO/api/withRuntimeConfig.cjs +6 -4
  288. package/_cjs/IO/api/withRuntimeConfig.cjs.map +1 -1
  289. package/_cjs/IO/api/zipC.cjs +21 -17
  290. package/_cjs/IO/api/zipC.cjs.map +1 -1
  291. package/_cjs/IO/api.cjs +634 -509
  292. package/_cjs/IO/api.cjs.map +1 -1
  293. package/_cjs/IO/definition.cjs.map +1 -1
  294. package/_cjs/IO/runtime.cjs +7 -7
  295. package/_cjs/IO/runtime.cjs.map +1 -1
  296. package/_cjs/IO.cjs.map +1 -1
  297. package/_cjs/IOEnv/definition.cjs +1 -1
  298. package/_cjs/IOEnv/definition.cjs.map +1 -1
  299. package/_cjs/IOEnv/live.cjs +1 -1
  300. package/_cjs/IOEnv/live.cjs.map +1 -1
  301. package/_cjs/Layer/MemoMap.cjs +86 -92
  302. package/_cjs/Layer/MemoMap.cjs.map +1 -1
  303. package/_cjs/Layer/api.cjs +110 -81
  304. package/_cjs/Layer/api.cjs.map +1 -1
  305. package/_cjs/Layer/definition.cjs.map +1 -1
  306. package/_cjs/LogLevel.cjs +24 -16
  307. package/_cjs/LogLevel.cjs.map +1 -1
  308. package/_cjs/LogSpan.cjs +18 -16
  309. package/_cjs/LogSpan.cjs.map +1 -1
  310. package/_cjs/Logger/api.cjs +18 -14
  311. package/_cjs/Logger/api.cjs.map +1 -1
  312. package/_cjs/Logger/constructors.cjs +1 -1
  313. package/_cjs/Logger/constructors.cjs.map +1 -1
  314. package/_cjs/Queue/constructors.cjs +19 -5
  315. package/_cjs/Queue/constructors.cjs.map +1 -1
  316. package/_cjs/Queue/definition.cjs +191 -16
  317. package/_cjs/Queue/definition.cjs.map +1 -1
  318. package/_cjs/Queue/internal.cjs +27 -181
  319. package/_cjs/Queue/internal.cjs.map +1 -1
  320. package/_cjs/Queue/strategy.cjs +19 -19
  321. package/_cjs/Queue/strategy.cjs.map +1 -1
  322. package/_cjs/Queue.cjs +0 -26
  323. package/_cjs/Queue.cjs.map +1 -1
  324. package/_cjs/Random/live.cjs +2 -2
  325. package/_cjs/Random/live.cjs.map +1 -1
  326. package/_cjs/Ref/Atomic.cjs +47 -24
  327. package/_cjs/Ref/Atomic.cjs.map +1 -1
  328. package/_cjs/Ref/Synchronized.cjs +140 -0
  329. package/_cjs/Ref/Synchronized.cjs.map +1 -0
  330. package/_cjs/Ref/constructors.cjs +21 -2
  331. package/_cjs/Ref/constructors.cjs.map +1 -1
  332. package/_cjs/Ref/definition.cjs +105 -10
  333. package/_cjs/Ref/definition.cjs.map +1 -1
  334. package/_cjs/Ref.cjs +4 -69
  335. package/_cjs/Ref.cjs.map +1 -1
  336. package/_cjs/Reloadable/constructors.cjs +10 -10
  337. package/_cjs/Reloadable/constructors.cjs.map +1 -1
  338. package/_cjs/RuntimeConfig.cjs +2 -2
  339. package/_cjs/RuntimeConfig.cjs.map +1 -1
  340. package/_cjs/STM/api/core-api.cjs +36 -26
  341. package/_cjs/STM/api/core-api.cjs.map +1 -1
  342. package/_cjs/STM/api.cjs +217 -163
  343. package/_cjs/STM/api.cjs.map +1 -1
  344. package/_cjs/STM/driver.cjs +3 -3
  345. package/_cjs/STM/driver.cjs.map +1 -1
  346. package/_cjs/STM/internal/Entry.cjs.map +1 -1
  347. package/_cjs/STM/internal/Journal.cjs +33 -29
  348. package/_cjs/STM/internal/Journal.cjs.map +1 -1
  349. package/_cjs/STM.cjs.map +1 -1
  350. package/_cjs/Schedule/Decision.cjs +16 -14
  351. package/_cjs/Schedule/Decision.cjs.map +1 -1
  352. package/_cjs/Schedule/api/driver.cjs +16 -20
  353. package/_cjs/Schedule/api/driver.cjs.map +1 -1
  354. package/_cjs/Schedule/api.cjs +381 -290
  355. package/_cjs/Schedule/api.cjs.map +1 -1
  356. package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +14 -14
  357. package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs.map +1 -1
  358. package/_cjs/Scope/ReleaseMap/api.cjs +68 -61
  359. package/_cjs/Scope/ReleaseMap/api.cjs.map +1 -1
  360. package/_cjs/Scope/api.cjs +34 -27
  361. package/_cjs/Scope/api.cjs.map +1 -1
  362. package/_cjs/ScopedRef/api.cjs +9 -13
  363. package/_cjs/ScopedRef/api.cjs.map +1 -1
  364. package/_cjs/ScopedRef/definition.cjs +1 -1
  365. package/_cjs/ScopedRef/definition.cjs.map +1 -1
  366. package/_cjs/Sink/api.cjs +307 -249
  367. package/_cjs/Sink/api.cjs.map +1 -1
  368. package/_cjs/State/api.cjs +18 -14
  369. package/_cjs/State/api.cjs.map +1 -1
  370. package/_cjs/Stream/api/zipAllWith.cjs +15 -13
  371. package/_cjs/Stream/api/zipAllWith.cjs.map +1 -1
  372. package/_cjs/Stream/api/zipWith.cjs +6 -4
  373. package/_cjs/Stream/api/zipWith.cjs.map +1 -1
  374. package/_cjs/Stream/api/zipWithChunks.cjs +13 -11
  375. package/_cjs/Stream/api/zipWithChunks.cjs.map +1 -1
  376. package/_cjs/Stream/api.cjs +992 -788
  377. package/_cjs/Stream/api.cjs.map +1 -1
  378. package/_cjs/Stream/definition.cjs.map +1 -1
  379. package/_cjs/Stream/internal/DebounceState.cjs +21 -19
  380. package/_cjs/Stream/internal/DebounceState.cjs.map +1 -1
  381. package/_cjs/Stream/internal/Handoff.cjs +35 -33
  382. package/_cjs/Stream/internal/Handoff.cjs.map +1 -1
  383. package/_cjs/Stream/internal/Pull.cjs +9 -11
  384. package/_cjs/Stream/internal/Pull.cjs.map +1 -1
  385. package/_cjs/Stream/internal/SinkEndReason.cjs +16 -14
  386. package/_cjs/Stream/internal/SinkEndReason.cjs.map +1 -1
  387. package/_cjs/Stream/internal/Take.cjs +32 -24
  388. package/_cjs/Stream/internal/Take.cjs.map +1 -1
  389. package/_cjs/Stream/internal/util.cjs +3 -3
  390. package/_cjs/Stream/internal/util.cjs.map +1 -1
  391. package/_cjs/SubscriptionRef.cjs +68 -0
  392. package/_cjs/SubscriptionRef.cjs.map +1 -0
  393. package/_cjs/Supervisor/api.cjs +24 -20
  394. package/_cjs/Supervisor/api.cjs.map +1 -1
  395. package/_cjs/Supervisor/constructors.cjs +2 -2
  396. package/_cjs/Supervisor/constructors.cjs.map +1 -1
  397. package/_cjs/Supervisor/definition.cjs +1 -1
  398. package/_cjs/Supervisor/definition.cjs.map +1 -1
  399. package/_cjs/SupervisorPatch.cjs +15 -11
  400. package/_cjs/SupervisorPatch.cjs.map +1 -1
  401. package/_cjs/TExit/definition.cjs.map +1 -1
  402. package/_cjs/TFuture/api.cjs +21 -15
  403. package/_cjs/TFuture/api.cjs.map +1 -1
  404. package/_cjs/TFuture/constructors.cjs +1 -1
  405. package/_cjs/TFuture/constructors.cjs.map +1 -1
  406. package/_cjs/TFuture/definition.cjs.map +1 -1
  407. package/_cjs/TReentrantLock/api.cjs +32 -28
  408. package/_cjs/TReentrantLock/api.cjs.map +1 -1
  409. package/_cjs/TReentrantLock/definition.cjs +4 -4
  410. package/_cjs/TReentrantLock/definition.cjs.map +1 -1
  411. package/_cjs/TRef/api.cjs +233 -209
  412. package/_cjs/TRef/api.cjs.map +1 -1
  413. package/_cjs/TRef/definition.cjs +4 -4
  414. package/_cjs/TRef/definition.cjs.map +1 -1
  415. package/_cjs/TSemaphore/api.cjs +27 -23
  416. package/_cjs/TSemaphore/api.cjs.map +1 -1
  417. package/_cjs/TSemaphore/constructors.cjs +18 -3
  418. package/_cjs/TSemaphore/constructors.cjs.map +1 -1
  419. package/_cjs/collection/immutable/Conc/dropUntilIO.cjs +21 -19
  420. package/_cjs/collection/immutable/Conc/dropUntilIO.cjs.map +1 -1
  421. package/_cjs/collection/immutable/Conc/dropWhileIO.cjs +21 -19
  422. package/_cjs/collection/immutable/Conc/dropWhileIO.cjs.map +1 -1
  423. package/_cjs/collection/immutable/Conc/filterIO.cjs +16 -14
  424. package/_cjs/collection/immutable/Conc/filterIO.cjs.map +1 -1
  425. package/_cjs/collection/immutable/Conc/findIO.cjs +19 -17
  426. package/_cjs/collection/immutable/Conc/findIO.cjs.map +1 -1
  427. package/_cjs/collection/immutable/Conc/mapIO.cjs +11 -9
  428. package/_cjs/collection/immutable/Conc/mapIO.cjs.map +1 -1
  429. package/_cjs/collection/immutable/Conc/takeWhileIO.cjs +31 -29
  430. package/_cjs/collection/immutable/Conc/takeWhileIO.cjs.map +1 -1
  431. package/_cjs/data/Exit/foreachIO.cjs +6 -4
  432. package/_cjs/data/Exit/foreachIO.cjs.map +1 -1
  433. package/_cjs/internal/Hub.cjs +13 -11
  434. package/_cjs/internal/Hub.cjs.map +1 -1
  435. package/_cjs/internal/IsFatal.cjs +18 -16
  436. package/_cjs/internal/IsFatal.cjs.map +1 -1
  437. package/_cjs/internal/MutableQueue.cjs +11 -9
  438. package/_cjs/internal/MutableQueue.cjs.map +1 -1
  439. package/_cjs/internal/StackTraceBuilder.cjs.map +1 -1
  440. package/_mjs/Cached/api.mjs +6 -6
  441. package/_mjs/Cached/api.mjs.map +1 -1
  442. package/_mjs/Channel/ChildExecutorDecision/api.mjs +18 -16
  443. package/_mjs/Channel/ChildExecutorDecision/api.mjs.map +1 -1
  444. package/_mjs/Channel/UpstreamPullRequest/api.mjs +14 -12
  445. package/_mjs/Channel/UpstreamPullRequest/api.mjs.map +1 -1
  446. package/_mjs/Channel/api/interruptWhen.mjs +11 -7
  447. package/_mjs/Channel/api/interruptWhen.mjs.map +1 -1
  448. package/_mjs/Channel/api/mapOutIOC.mjs +24 -23
  449. package/_mjs/Channel/api/mapOutIOC.mjs.map +1 -1
  450. package/_mjs/Channel/api/mergeAll.mjs +5 -3
  451. package/_mjs/Channel/api/mergeAll.mjs.map +1 -1
  452. package/_mjs/Channel/api/mergeAllUnboundedWith.mjs +5 -3
  453. package/_mjs/Channel/api/mergeAllUnboundedWith.mjs.map +1 -1
  454. package/_mjs/Channel/api/mergeAllWith.mjs +45 -46
  455. package/_mjs/Channel/api/mergeAllWith.mjs.map +1 -1
  456. package/_mjs/Channel/api/mergeMap.mjs +5 -3
  457. package/_mjs/Channel/api/mergeMap.mjs.map +1 -1
  458. package/_mjs/Channel/api/mergeWith.mjs +46 -44
  459. package/_mjs/Channel/api/mergeWith.mjs.map +1 -1
  460. package/_mjs/Channel/api/run.mjs +1 -1
  461. package/_mjs/Channel/api/run.mjs.map +1 -1
  462. package/_mjs/Channel/api/runScoped.mjs +2 -2
  463. package/_mjs/Channel/api/runScoped.mjs.map +1 -1
  464. package/_mjs/Channel/api/toPull.mjs +3 -3
  465. package/_mjs/Channel/api/toPull.mjs.map +1 -1
  466. package/_mjs/Channel/api/zipC.mjs +16 -10
  467. package/_mjs/Channel/api/zipC.mjs.map +1 -1
  468. package/_mjs/Channel/api.mjs +224 -173
  469. package/_mjs/Channel/api.mjs.map +1 -1
  470. package/_mjs/Channel/core-api.mjs +28 -18
  471. package/_mjs/Channel/core-api.mjs.map +1 -1
  472. package/_mjs/Channel/definition.mjs +1 -1
  473. package/_mjs/Channel/definition.mjs.map +1 -1
  474. package/_mjs/Channel/internal/ChannelExecutor.mjs +83 -83
  475. package/_mjs/Channel/internal/ChannelExecutor.mjs.map +1 -1
  476. package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs +22 -23
  477. package/_mjs/Channel/internal/SingleProducerAsyncInput.mjs.map +1 -1
  478. package/_mjs/Differ/api.mjs +5 -5
  479. package/_mjs/Differ/api.mjs.map +1 -1
  480. package/_mjs/Fiber/FiberContext.mjs +48 -48
  481. package/_mjs/Fiber/FiberContext.mjs.map +1 -1
  482. package/_mjs/Fiber/api/awaitAll.mjs +1 -1
  483. package/_mjs/Fiber/api/awaitAll.mjs.map +1 -1
  484. package/_mjs/Fiber/api/collectAll.mjs +1 -1
  485. package/_mjs/Fiber/api/collectAll.mjs.map +1 -1
  486. package/_mjs/Fiber/api/evalOn.mjs +11 -9
  487. package/_mjs/Fiber/api/evalOn.mjs.map +1 -1
  488. package/_mjs/Fiber/api/evalOnIO.mjs +5 -3
  489. package/_mjs/Fiber/api/evalOnIO.mjs.map +1 -1
  490. package/_mjs/Fiber/api/fromIO.mjs +1 -1
  491. package/_mjs/Fiber/api/fromIO.mjs.map +1 -1
  492. package/_mjs/Fiber/api/interrupt.mjs +1 -1
  493. package/_mjs/Fiber/api/interrupt.mjs.map +1 -1
  494. package/_mjs/Fiber/api/interruptAll.mjs +2 -2
  495. package/_mjs/Fiber/api/interruptAll.mjs.map +1 -1
  496. package/_mjs/Fiber/api/interruptAs.mjs +6 -4
  497. package/_mjs/Fiber/api/interruptAs.mjs.map +1 -1
  498. package/_mjs/Fiber/api/interruptAsFork.mjs +6 -4
  499. package/_mjs/Fiber/api/interruptAsFork.mjs.map +1 -1
  500. package/_mjs/Fiber/api/interruptFork.mjs +1 -1
  501. package/_mjs/Fiber/api/interruptFork.mjs.map +1 -1
  502. package/_mjs/Fiber/api/join.mjs +1 -1
  503. package/_mjs/Fiber/api/join.mjs.map +1 -1
  504. package/_mjs/Fiber/api/joinAll.mjs +1 -1
  505. package/_mjs/Fiber/api/joinAll.mjs.map +1 -1
  506. package/_mjs/Fiber/api/mapFiber.mjs +5 -3
  507. package/_mjs/Fiber/api/mapFiber.mjs.map +1 -1
  508. package/_mjs/Fiber/api/mapIO.mjs +11 -7
  509. package/_mjs/Fiber/api/mapIO.mjs.map +1 -1
  510. package/_mjs/Fiber/api/zipWith.mjs +5 -3
  511. package/_mjs/Fiber/api/zipWith.mjs.map +1 -1
  512. package/_mjs/Fiber/definition.mjs.map +1 -1
  513. package/_mjs/Fiber.mjs +1 -0
  514. package/_mjs/Fiber.mjs.map +1 -1
  515. package/_mjs/FiberRef/api/locallyScoped.mjs +5 -3
  516. package/_mjs/FiberRef/api/locallyScoped.mjs.map +1 -1
  517. package/_mjs/FiberRef/api/locallyScopedWith.mjs +5 -3
  518. package/_mjs/FiberRef/api/locallyScopedWith.mjs.map +1 -1
  519. package/_mjs/FiberRef/api.mjs +52 -36
  520. package/_mjs/FiberRef/api.mjs.map +1 -1
  521. package/_mjs/FiberRef/constructors.mjs +1 -1
  522. package/_mjs/FiberRef/constructors.mjs.map +1 -1
  523. package/_mjs/FiberRef.mjs.map +1 -1
  524. package/_mjs/FiberRefs/api.mjs +14 -12
  525. package/_mjs/FiberRefs/api.mjs.map +1 -1
  526. package/_mjs/FiberRefs/join.mjs +35 -33
  527. package/_mjs/FiberRefs/join.mjs.map +1 -1
  528. package/_mjs/FiberState/definition.mjs.map +1 -1
  529. package/_mjs/Future/api.mjs +84 -66
  530. package/_mjs/Future/api.mjs.map +1 -1
  531. package/_mjs/Future/constructors.mjs +1 -1
  532. package/_mjs/Future/constructors.mjs.map +1 -1
  533. package/_mjs/Hub/constructors.mjs +66 -0
  534. package/_mjs/Hub/constructors.mjs.map +1 -0
  535. package/_mjs/Hub/definition.mjs +88 -9
  536. package/_mjs/Hub/definition.mjs.map +1 -1
  537. package/_mjs/Hub/internal.mjs +105 -122
  538. package/_mjs/Hub/internal.mjs.map +1 -1
  539. package/_mjs/Hub.mjs +1 -1
  540. package/_mjs/Hub.mjs.map +1 -1
  541. package/_mjs/IO/api/acquireReleaseExit.mjs +1 -1
  542. package/_mjs/IO/api/acquireReleaseExit.mjs.map +1 -1
  543. package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs +1 -1
  544. package/_mjs/IO/api/acquireReleaseInterruptibleExit.mjs.map +1 -1
  545. package/_mjs/IO/api/addFinalizerExit.mjs +1 -1
  546. package/_mjs/IO/api/addFinalizerExit.mjs.map +1 -1
  547. package/_mjs/IO/api/asyncIO.mjs +4 -4
  548. package/_mjs/IO/api/asyncIO.mjs.map +1 -1
  549. package/_mjs/IO/api/bracket.mjs +2 -2
  550. package/_mjs/IO/api/bracket.mjs.map +1 -1
  551. package/_mjs/IO/api/bracketExit.mjs +2 -2
  552. package/_mjs/IO/api/bracketExit.mjs.map +1 -1
  553. package/_mjs/IO/api/clockWith.mjs +2 -2
  554. package/_mjs/IO/api/clockWith.mjs.map +1 -1
  555. package/_mjs/IO/api/concurrency.mjs +8 -6
  556. package/_mjs/IO/api/concurrency.mjs.map +1 -1
  557. package/_mjs/IO/api/concurrentFinalizers.mjs +1 -1
  558. package/_mjs/IO/api/concurrentFinalizers.mjs.map +1 -1
  559. package/_mjs/IO/api/consoleWith.mjs +2 -2
  560. package/_mjs/IO/api/consoleWith.mjs.map +1 -1
  561. package/_mjs/IO/api/core-scope.mjs +40 -36
  562. package/_mjs/IO/api/core-scope.mjs.map +1 -1
  563. package/_mjs/IO/api/ensuringChildren.mjs +5 -3
  564. package/_mjs/IO/api/ensuringChildren.mjs.map +1 -1
  565. package/_mjs/IO/api/environment.mjs +29 -27
  566. package/_mjs/IO/api/environment.mjs.map +1 -1
  567. package/_mjs/IO/api/foreachC.mjs +17 -19
  568. package/_mjs/IO/api/foreachC.mjs.map +1 -1
  569. package/_mjs/IO/api/foreachExec.mjs +2 -2
  570. package/_mjs/IO/api/foreachExec.mjs.map +1 -1
  571. package/_mjs/IO/api/forkAll.mjs +1 -1
  572. package/_mjs/IO/api/forkAll.mjs.map +1 -1
  573. package/_mjs/IO/api/forkIn.mjs +7 -5
  574. package/_mjs/IO/api/forkIn.mjs.map +1 -1
  575. package/_mjs/IO/api/forkScoped.mjs +1 -1
  576. package/_mjs/IO/api/forkScoped.mjs.map +1 -1
  577. package/_mjs/IO/api/fulfill.mjs +7 -5
  578. package/_mjs/IO/api/fulfill.mjs.map +1 -1
  579. package/_mjs/IO/api/interrupt.mjs +34 -28
  580. package/_mjs/IO/api/interrupt.mjs.map +1 -1
  581. package/_mjs/IO/api/memoize.mjs +1 -1
  582. package/_mjs/IO/api/memoize.mjs.map +1 -1
  583. package/_mjs/IO/api/onExit.mjs +5 -3
  584. package/_mjs/IO/api/onExit.mjs.map +1 -1
  585. package/_mjs/IO/api/onTermination.mjs +5 -3
  586. package/_mjs/IO/api/onTermination.mjs.map +1 -1
  587. package/_mjs/IO/api/once.mjs +3 -4
  588. package/_mjs/IO/api/once.mjs.map +1 -1
  589. package/_mjs/IO/api/provideLayer.mjs +5 -3
  590. package/_mjs/IO/api/provideLayer.mjs.map +1 -1
  591. package/_mjs/IO/api/provideSomeLayer.mjs +5 -11
  592. package/_mjs/IO/api/provideSomeLayer.mjs.map +1 -1
  593. package/_mjs/IO/api/race.mjs +5 -3
  594. package/_mjs/IO/api/race.mjs.map +1 -1
  595. package/_mjs/IO/api/raceFirst.mjs +5 -3
  596. package/_mjs/IO/api/raceFirst.mjs.map +1 -1
  597. package/_mjs/IO/api/randomWith.mjs +1 -1
  598. package/_mjs/IO/api/randomWith.mjs.map +1 -1
  599. package/_mjs/IO/api/repeat.mjs +8 -8
  600. package/_mjs/IO/api/repeat.mjs.map +1 -1
  601. package/_mjs/IO/api/retry.mjs +12 -12
  602. package/_mjs/IO/api/retry.mjs.map +1 -1
  603. package/_mjs/IO/api/schedule.mjs +15 -11
  604. package/_mjs/IO/api/schedule.mjs.map +1 -1
  605. package/_mjs/IO/api/scoped.mjs +3 -3
  606. package/_mjs/IO/api/scoped.mjs.map +1 -1
  607. package/_mjs/IO/api/sequenceT.mjs +1 -1
  608. package/_mjs/IO/api/sequenceT.mjs.map +1 -1
  609. package/_mjs/IO/api/stateful.mjs.map +1 -1
  610. package/_mjs/IO/api/supervised.mjs +5 -3
  611. package/_mjs/IO/api/supervised.mjs.map +1 -1
  612. package/_mjs/IO/api/timeout.mjs +10 -6
  613. package/_mjs/IO/api/timeout.mjs.map +1 -1
  614. package/_mjs/IO/api/withChildren.mjs +1 -1
  615. package/_mjs/IO/api/withChildren.mjs.map +1 -1
  616. package/_mjs/IO/api/withEarlyRelease.mjs +1 -1
  617. package/_mjs/IO/api/withEarlyRelease.mjs.map +1 -1
  618. package/_mjs/IO/api/withFinalizer.mjs +5 -3
  619. package/_mjs/IO/api/withFinalizer.mjs.map +1 -1
  620. package/_mjs/IO/api/withFinalizerExit.mjs +5 -3
  621. package/_mjs/IO/api/withFinalizerExit.mjs.map +1 -1
  622. package/_mjs/IO/api/withRuntimeConfig.mjs +5 -3
  623. package/_mjs/IO/api/withRuntimeConfig.mjs.map +1 -1
  624. package/_mjs/IO/api/zipC.mjs +18 -14
  625. package/_mjs/IO/api/zipC.mjs.map +1 -1
  626. package/_mjs/IO/api.mjs +511 -387
  627. package/_mjs/IO/api.mjs.map +1 -1
  628. package/_mjs/IO/definition.mjs.map +1 -1
  629. package/_mjs/IO/runtime.mjs +7 -7
  630. package/_mjs/IO/runtime.mjs.map +1 -1
  631. package/_mjs/IO.mjs.map +1 -1
  632. package/_mjs/IOEnv/definition.mjs +1 -1
  633. package/_mjs/IOEnv/definition.mjs.map +1 -1
  634. package/_mjs/IOEnv/live.mjs +1 -1
  635. package/_mjs/IOEnv/live.mjs.map +1 -1
  636. package/_mjs/Layer/MemoMap.mjs +86 -87
  637. package/_mjs/Layer/MemoMap.mjs.map +1 -1
  638. package/_mjs/Layer/api.mjs +91 -63
  639. package/_mjs/Layer/api.mjs.map +1 -1
  640. package/_mjs/Layer/definition.mjs.map +1 -1
  641. package/_mjs/LogLevel.mjs +24 -16
  642. package/_mjs/LogLevel.mjs.map +1 -1
  643. package/_mjs/LogSpan.mjs +16 -14
  644. package/_mjs/LogSpan.mjs.map +1 -1
  645. package/_mjs/Logger/api.mjs +16 -12
  646. package/_mjs/Logger/api.mjs.map +1 -1
  647. package/_mjs/Logger/constructors.mjs +1 -1
  648. package/_mjs/Logger/constructors.mjs.map +1 -1
  649. package/_mjs/Queue/constructors.mjs +16 -5
  650. package/_mjs/Queue/constructors.mjs.map +1 -1
  651. package/_mjs/Queue/definition.mjs +174 -12
  652. package/_mjs/Queue/definition.mjs.map +1 -1
  653. package/_mjs/Queue/internal.mjs +21 -170
  654. package/_mjs/Queue/internal.mjs.map +1 -1
  655. package/_mjs/Queue/strategy.mjs +20 -23
  656. package/_mjs/Queue/strategy.mjs.map +1 -1
  657. package/_mjs/Queue.mjs +1 -3
  658. package/_mjs/Queue.mjs.map +1 -1
  659. package/_mjs/Random/live.mjs +2 -2
  660. package/_mjs/Random/live.mjs.map +1 -1
  661. package/_mjs/Ref/Atomic.mjs +39 -3
  662. package/_mjs/Ref/Atomic.mjs.map +1 -1
  663. package/_mjs/Ref/Synchronized.mjs +123 -0
  664. package/_mjs/Ref/Synchronized.mjs.map +1 -0
  665. package/_mjs/Ref/constructors.mjs +15 -1
  666. package/_mjs/Ref/constructors.mjs.map +1 -1
  667. package/_mjs/Ref/definition.mjs +96 -4
  668. package/_mjs/Ref/definition.mjs.map +1 -1
  669. package/_mjs/Ref.mjs +1 -8
  670. package/_mjs/Ref.mjs.map +1 -1
  671. package/_mjs/Reloadable/constructors.mjs +10 -10
  672. package/_mjs/Reloadable/constructors.mjs.map +1 -1
  673. package/_mjs/RuntimeConfig.mjs +2 -2
  674. package/_mjs/RuntimeConfig.mjs.map +1 -1
  675. package/_mjs/STM/api/core-api.mjs +29 -19
  676. package/_mjs/STM/api/core-api.mjs.map +1 -1
  677. package/_mjs/STM/api.mjs +180 -127
  678. package/_mjs/STM/api.mjs.map +1 -1
  679. package/_mjs/STM/driver.mjs +3 -3
  680. package/_mjs/STM/driver.mjs.map +1 -1
  681. package/_mjs/STM/internal/Entry.mjs.map +1 -1
  682. package/_mjs/STM/internal/Journal.mjs +33 -29
  683. package/_mjs/STM/internal/Journal.mjs.map +1 -1
  684. package/_mjs/STM.mjs.map +1 -1
  685. package/_mjs/Schedule/Decision.mjs +14 -12
  686. package/_mjs/Schedule/Decision.mjs.map +1 -1
  687. package/_mjs/Schedule/api/driver.mjs +15 -17
  688. package/_mjs/Schedule/api/driver.mjs.map +1 -1
  689. package/_mjs/Schedule/api.mjs +326 -234
  690. package/_mjs/Schedule/api.mjs.map +1 -1
  691. package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs +12 -11
  692. package/_mjs/Scope/ReleaseMap/api/releaseAll.mjs.map +1 -1
  693. package/_mjs/Scope/ReleaseMap/api.mjs +60 -51
  694. package/_mjs/Scope/ReleaseMap/api.mjs.map +1 -1
  695. package/_mjs/Scope/api.mjs +28 -22
  696. package/_mjs/Scope/api.mjs.map +1 -1
  697. package/_mjs/ScopedRef/api.mjs +9 -11
  698. package/_mjs/ScopedRef/api.mjs.map +1 -1
  699. package/_mjs/ScopedRef/definition.mjs +1 -1
  700. package/_mjs/ScopedRef/definition.mjs.map +1 -1
  701. package/_mjs/Sink/api.mjs +301 -240
  702. package/_mjs/Sink/api.mjs.map +1 -1
  703. package/_mjs/State/api.mjs +16 -12
  704. package/_mjs/State/api.mjs.map +1 -1
  705. package/_mjs/Stream/api/zipAllWith.mjs +14 -12
  706. package/_mjs/Stream/api/zipAllWith.mjs.map +1 -1
  707. package/_mjs/Stream/api/zipWith.mjs +5 -3
  708. package/_mjs/Stream/api/zipWith.mjs.map +1 -1
  709. package/_mjs/Stream/api/zipWithChunks.mjs +12 -10
  710. package/_mjs/Stream/api/zipWithChunks.mjs.map +1 -1
  711. package/_mjs/Stream/api.mjs +856 -653
  712. package/_mjs/Stream/api.mjs.map +1 -1
  713. package/_mjs/Stream/definition.mjs.map +1 -1
  714. package/_mjs/Stream/internal/DebounceState.mjs +18 -16
  715. package/_mjs/Stream/internal/DebounceState.mjs.map +1 -1
  716. package/_mjs/Stream/internal/Handoff.mjs +35 -32
  717. package/_mjs/Stream/internal/Handoff.mjs.map +1 -1
  718. package/_mjs/Stream/internal/Pull.mjs +9 -10
  719. package/_mjs/Stream/internal/Pull.mjs.map +1 -1
  720. package/_mjs/Stream/internal/SinkEndReason.mjs +14 -12
  721. package/_mjs/Stream/internal/SinkEndReason.mjs.map +1 -1
  722. package/_mjs/Stream/internal/Take.mjs +28 -20
  723. package/_mjs/Stream/internal/Take.mjs.map +1 -1
  724. package/_mjs/Stream/internal/util.mjs +3 -3
  725. package/_mjs/Stream/internal/util.mjs.map +1 -1
  726. package/_mjs/SubscriptionRef.mjs +45 -0
  727. package/_mjs/SubscriptionRef.mjs.map +1 -0
  728. package/_mjs/Supervisor/api.mjs +22 -18
  729. package/_mjs/Supervisor/api.mjs.map +1 -1
  730. package/_mjs/Supervisor/constructors.mjs +2 -2
  731. package/_mjs/Supervisor/constructors.mjs.map +1 -1
  732. package/_mjs/Supervisor/definition.mjs +1 -1
  733. package/_mjs/Supervisor/definition.mjs.map +1 -1
  734. package/_mjs/SupervisorPatch.mjs +15 -11
  735. package/_mjs/SupervisorPatch.mjs.map +1 -1
  736. package/_mjs/TExit/definition.mjs.map +1 -1
  737. package/_mjs/TFuture/api.mjs +17 -11
  738. package/_mjs/TFuture/api.mjs.map +1 -1
  739. package/_mjs/TFuture/constructors.mjs +1 -1
  740. package/_mjs/TFuture/constructors.mjs.map +1 -1
  741. package/_mjs/TFuture/definition.mjs.map +1 -1
  742. package/_mjs/TReentrantLock/api.mjs +32 -28
  743. package/_mjs/TReentrantLock/api.mjs.map +1 -1
  744. package/_mjs/TReentrantLock/definition.mjs +4 -4
  745. package/_mjs/TReentrantLock/definition.mjs.map +1 -1
  746. package/_mjs/TRef/api.mjs +218 -194
  747. package/_mjs/TRef/api.mjs.map +1 -1
  748. package/_mjs/TRef/definition.mjs +4 -4
  749. package/_mjs/TRef/definition.mjs.map +1 -1
  750. package/_mjs/TSemaphore/api.mjs +23 -19
  751. package/_mjs/TSemaphore/api.mjs.map +1 -1
  752. package/_mjs/TSemaphore/constructors.mjs +12 -2
  753. package/_mjs/TSemaphore/constructors.mjs.map +1 -1
  754. package/_mjs/collection/immutable/Conc/dropUntilIO.mjs +19 -17
  755. package/_mjs/collection/immutable/Conc/dropUntilIO.mjs.map +1 -1
  756. package/_mjs/collection/immutable/Conc/dropWhileIO.mjs +19 -17
  757. package/_mjs/collection/immutable/Conc/dropWhileIO.mjs.map +1 -1
  758. package/_mjs/collection/immutable/Conc/filterIO.mjs +14 -12
  759. package/_mjs/collection/immutable/Conc/filterIO.mjs.map +1 -1
  760. package/_mjs/collection/immutable/Conc/findIO.mjs +17 -15
  761. package/_mjs/collection/immutable/Conc/findIO.mjs.map +1 -1
  762. package/_mjs/collection/immutable/Conc/mapIO.mjs +10 -8
  763. package/_mjs/collection/immutable/Conc/mapIO.mjs.map +1 -1
  764. package/_mjs/collection/immutable/Conc/takeWhileIO.mjs +28 -26
  765. package/_mjs/collection/immutable/Conc/takeWhileIO.mjs.map +1 -1
  766. package/_mjs/data/Exit/foreachIO.mjs +5 -3
  767. package/_mjs/data/Exit/foreachIO.mjs.map +1 -1
  768. package/_mjs/internal/Hub.mjs +13 -11
  769. package/_mjs/internal/Hub.mjs.map +1 -1
  770. package/_mjs/internal/IsFatal.mjs +18 -16
  771. package/_mjs/internal/IsFatal.mjs.map +1 -1
  772. package/_mjs/internal/MutableQueue.mjs +10 -8
  773. package/_mjs/internal/MutableQueue.mjs.map +1 -1
  774. package/_mjs/internal/StackTraceBuilder.mjs.map +1 -1
  775. package/_src/Cached/api.ts +2 -2
  776. package/_src/Channel/ChildExecutorDecision/api.ts +14 -17
  777. package/_src/Channel/UpstreamPullRequest/api.ts +11 -13
  778. package/_src/Channel/api/interruptWhen.ts +18 -17
  779. package/_src/Channel/api/mapOutIOC.ts +58 -58
  780. package/_src/Channel/api/mergeAll.ts +15 -16
  781. package/_src/Channel/api/mergeAllUnboundedWith.ts +15 -27
  782. package/_src/Channel/api/mergeAllWith.ts +114 -126
  783. package/_src/Channel/api/mergeMap.ts +8 -18
  784. package/_src/Channel/api/mergeWith.ts +154 -158
  785. package/_src/Channel/api/toPull.ts +1 -1
  786. package/_src/Channel/api/zipC.ts +52 -88
  787. package/_src/Channel/api.ts +345 -405
  788. package/_src/Channel/core-api.ts +75 -122
  789. package/_src/Channel/definition.ts +49 -7
  790. package/_src/Channel/internal/ChannelExecutor.ts +1 -5
  791. package/_src/Channel/internal/SingleProducerAsyncInput.ts +1 -3
  792. package/_src/Fiber/FiberContext.ts +13 -33
  793. package/_src/Fiber/api/collectAll.ts +1 -2
  794. package/_src/Fiber/api/evalOn.ts +11 -14
  795. package/_src/Fiber/api/evalOnIO.ts +10 -13
  796. package/_src/Fiber/api/interruptAll.ts +1 -2
  797. package/_src/Fiber/api/interruptAs.ts +6 -4
  798. package/_src/Fiber/api/interruptAsFork.ts +6 -4
  799. package/_src/Fiber/api/interruptFork.ts +1 -1
  800. package/_src/Fiber/api/mapFiber.ts +5 -7
  801. package/_src/Fiber/api/mapIO.ts +21 -21
  802. package/_src/Fiber/api/zipWith.ts +14 -17
  803. package/_src/Fiber/definition.ts +1 -15
  804. package/_src/Fiber.ts +1 -1
  805. package/_src/FiberRef/api/locallyScoped.ts +8 -6
  806. package/_src/FiberRef/api/locallyScopedWith.ts +5 -7
  807. package/_src/FiberRef/api.ts +50 -39
  808. package/_src/FiberRef.ts +0 -1
  809. package/_src/FiberRefs/api.ts +14 -12
  810. package/_src/FiberRefs/join.ts +37 -46
  811. package/_src/FiberState/definition.ts +1 -2
  812. package/_src/Future/api.ts +67 -53
  813. package/_src/Hub/constructors.ts +80 -0
  814. package/_src/Hub/definition.ts +95 -89
  815. package/_src/Hub/internal.ts +115 -165
  816. package/_src/Hub.ts +1 -1
  817. package/_src/IO/api/acquireRelease.ts +1 -1
  818. package/_src/IO/api/acquireReleaseExit.ts +1 -1
  819. package/_src/IO/api/bracket.ts +1 -1
  820. package/_src/IO/api/bracketExit.ts +1 -1
  821. package/_src/IO/api/clockWith.ts +0 -1
  822. package/_src/IO/api/concurrency.ts +5 -7
  823. package/_src/IO/api/consoleWith.ts +0 -2
  824. package/_src/IO/api/core-scope.ts +36 -33
  825. package/_src/IO/api/ensuringChildren.ts +8 -7
  826. package/_src/IO/api/environment.ts +24 -42
  827. package/_src/IO/api/foreachC.ts +24 -12
  828. package/_src/IO/api/foreachExec.ts +1 -1
  829. package/_src/IO/api/forkIn.ts +7 -9
  830. package/_src/IO/api/fulfill.ts +5 -3
  831. package/_src/IO/api/interrupt.ts +37 -40
  832. package/_src/IO/api/onExit.ts +8 -10
  833. package/_src/IO/api/onTermination.ts +12 -14
  834. package/_src/IO/api/provideLayer.ts +8 -10
  835. package/_src/IO/api/provideSomeLayer.ts +5 -14
  836. package/_src/IO/api/race.ts +19 -21
  837. package/_src/IO/api/raceFirst.ts +5 -7
  838. package/_src/IO/api/repeat.ts +3 -5
  839. package/_src/IO/api/retry.ts +19 -21
  840. package/_src/IO/api/schedule.ts +20 -21
  841. package/_src/IO/api/scoped.ts +2 -2
  842. package/_src/IO/api/sequenceT.ts +7 -1
  843. package/_src/IO/api/stateful.ts +0 -2
  844. package/_src/IO/api/supervised.ts +5 -7
  845. package/_src/IO/api/timeout.ts +10 -16
  846. package/_src/IO/api/withFinalizer.ts +5 -7
  847. package/_src/IO/api/withFinalizerExit.ts +6 -5
  848. package/_src/IO/api/withRuntimeConfig.ts +12 -14
  849. package/_src/IO/api/zipC.ts +57 -62
  850. package/_src/IO/api.ts +512 -539
  851. package/_src/IO/definition.ts +21 -9
  852. package/_src/IO/runtime.ts +0 -12
  853. package/_src/IO.ts +0 -1
  854. package/_src/Layer/MemoMap.ts +61 -63
  855. package/_src/Layer/api.ts +95 -104
  856. package/_src/Layer/definition.ts +0 -1
  857. package/_src/LogLevel.ts +24 -16
  858. package/_src/LogSpan.ts +16 -16
  859. package/_src/Logger/api.ts +18 -17
  860. package/_src/Logger/constructors.ts +9 -15
  861. package/_src/Queue/constructors.ts +22 -6
  862. package/_src/Queue/definition.ts +230 -81
  863. package/_src/Queue/internal.ts +9 -180
  864. package/_src/Queue/strategy.ts +9 -23
  865. package/_src/Queue.ts +1 -3
  866. package/_src/Ref/Atomic.ts +37 -4
  867. package/_src/Ref/Synchronized.ts +107 -0
  868. package/_src/Ref/constructors.ts +15 -0
  869. package/_src/Ref/definition.ts +86 -85
  870. package/_src/Ref.ts +1 -9
  871. package/_src/Reloadable/constructors.ts +2 -2
  872. package/_src/RuntimeConfig.ts +0 -2
  873. package/_src/STM/api/core-api.ts +32 -35
  874. package/_src/STM/api.ts +210 -200
  875. package/_src/STM/internal/Entry.ts +0 -10
  876. package/_src/STM/internal/Journal.ts +23 -26
  877. package/_src/STM.ts +0 -1
  878. package/_src/Schedule/Decision.ts +10 -8
  879. package/_src/Schedule/api/driver.ts +0 -4
  880. package/_src/Schedule/api.ts +419 -444
  881. package/_src/Schedule/definition.ts +0 -1
  882. package/_src/Scope/ReleaseMap/api/releaseAll.ts +23 -26
  883. package/_src/Scope/ReleaseMap/api.ts +77 -74
  884. package/_src/Scope/api.ts +16 -18
  885. package/_src/ScopedRef/api.ts +0 -3
  886. package/_src/ScopedRef/definition.ts +1 -2
  887. package/_src/Sink/api.ts +326 -357
  888. package/_src/State/api.ts +12 -8
  889. package/_src/State/internal.ts +1 -1
  890. package/_src/Stream/api/zipAllWith.ts +6 -5
  891. package/_src/Stream/api/zipWith.ts +5 -8
  892. package/_src/Stream/api/zipWithChunks.ts +6 -5
  893. package/_src/Stream/api.ts +1049 -1176
  894. package/_src/Stream/definition.ts +0 -2
  895. package/_src/Stream/internal/DebounceState.ts +16 -17
  896. package/_src/Stream/internal/Handoff.ts +31 -35
  897. package/_src/Stream/internal/Pull.ts +1 -2
  898. package/_src/Stream/internal/SinkEndReason.ts +13 -14
  899. package/_src/Stream/internal/Take.ts +21 -21
  900. package/_src/Stream/internal/util.ts +0 -2
  901. package/_src/SubscriptionRef.ts +44 -0
  902. package/_src/Supervisor/api.ts +18 -14
  903. package/_src/Supervisor/definition.ts +0 -1
  904. package/_src/SupervisorPatch.ts +10 -6
  905. package/_src/TExit/definition.ts +0 -8
  906. package/_src/TFuture/api.ts +23 -17
  907. package/_src/TFuture/definition.ts +0 -1
  908. package/_src/TReentrantLock/api.ts +14 -10
  909. package/_src/TReentrantLock/definition.ts +0 -7
  910. package/_src/TRef/api.ts +207 -209
  911. package/_src/TRef/definition.ts +0 -12
  912. package/_src/TSemaphore/api.ts +19 -18
  913. package/_src/TSemaphore/constructors.ts +7 -0
  914. package/_src/collection/immutable/Conc/dropUntilIO.ts +19 -21
  915. package/_src/collection/immutable/Conc/dropWhileIO.ts +21 -23
  916. package/_src/collection/immutable/Conc/filterIO.ts +15 -17
  917. package/_src/collection/immutable/Conc/findIO.ts +17 -19
  918. package/_src/collection/immutable/Conc/mapIO.ts +12 -10
  919. package/_src/collection/immutable/Conc/takeWhileIO.ts +27 -29
  920. package/_src/data/Exit/foreachIO.ts +8 -10
  921. package/_src/global.ts +7 -3
  922. package/_src/index.ts +3 -0
  923. package/_src/internal/Hub.ts +17 -27
  924. package/_src/internal/IsFatal.ts +14 -12
  925. package/_src/internal/MutableQueue.ts +8 -8
  926. package/_src/internal/StackTraceBuilder.ts +1 -2
  927. package/collection/immutable/Conc/dropUntilIO.d.ts +3 -3
  928. package/collection/immutable/Conc/dropWhileIO.d.ts +3 -3
  929. package/collection/immutable/Conc/filterIO.d.ts +3 -3
  930. package/collection/immutable/Conc/findIO.d.ts +2 -2
  931. package/collection/immutable/Conc/mapIO.d.ts +3 -3
  932. package/collection/immutable/Conc/takeWhileIO.d.ts +3 -3
  933. package/data/Exit/foreachIO.d.ts +3 -3
  934. package/global.d.ts +7 -3
  935. package/index.d.ts +3 -0
  936. package/internal/Hub.d.ts +2 -2
  937. package/internal/IsFatal.d.ts +3 -3
  938. package/internal/MutableQueue.d.ts +3 -3
  939. package/package.json +3 -3
  940. package/Hub/api.d.ts +0 -190
  941. package/Queue/api/dimapIO.d.ts +0 -41
  942. package/Queue/api/filterInputIO.d.ts +0 -33
  943. package/Queue/api/filterOutputIO.d.ts +0 -31
  944. package/Queue/api/operations.d.ts +0 -82
  945. package/Queue/api/poll.d.ts +0 -9
  946. package/Queue/api/takeBetween.d.ts +0 -11
  947. package/Queue/api/zipWithIO.d.ts +0 -44
  948. package/Queue/api.d.ts +0 -7
  949. package/Ref/Atomic/Atomic.d.ts +0 -18
  950. package/Ref/Atomic/api.d.ts +0 -53
  951. package/Ref/Derived.d.ts +0 -14
  952. package/Ref/DerivedAll.d.ts +0 -14
  953. package/Ref/Synchronized/api.d.ts +0 -100
  954. package/Ref/Synchronized/constructors.d.ts +0 -8
  955. package/Ref/Synchronized/definition.d.ts +0 -42
  956. package/Ref/api/collect.d.ts +0 -11
  957. package/Ref/api/dimap.d.ts +0 -56
  958. package/Ref/api/filter.d.ts +0 -20
  959. package/Ref/api/get.d.ts +0 -9
  960. package/Ref/api/match.d.ts +0 -13
  961. package/Ref/api/matchAll.d.ts +0 -11
  962. package/Ref/api/modify.d.ts +0 -79
  963. package/Ref/api/set.d.ts +0 -10
  964. package/Ref/api.d.ts +0 -23
  965. package/_cjs/Hub/api.cjs +0 -456
  966. package/_cjs/Hub/api.cjs.map +0 -1
  967. package/_cjs/Queue/api/dimapIO.cjs +0 -120
  968. package/_cjs/Queue/api/dimapIO.cjs.map +0 -1
  969. package/_cjs/Queue/api/filterInputIO.cjs +0 -84
  970. package/_cjs/Queue/api/filterInputIO.cjs.map +0 -1
  971. package/_cjs/Queue/api/filterOutputIO.cjs +0 -89
  972. package/_cjs/Queue/api/filterOutputIO.cjs.map +0 -1
  973. package/_cjs/Queue/api/operations.cjs +0 -147
  974. package/_cjs/Queue/api/operations.cjs.map +0 -1
  975. package/_cjs/Queue/api/poll.cjs +0 -27
  976. package/_cjs/Queue/api/poll.cjs.map +0 -1
  977. package/_cjs/Queue/api/takeBetween.cjs +0 -57
  978. package/_cjs/Queue/api/takeBetween.cjs.map +0 -1
  979. package/_cjs/Queue/api/zipWithIO.cjs +0 -97
  980. package/_cjs/Queue/api/zipWithIO.cjs.map +0 -1
  981. package/_cjs/Queue/api.cjs +0 -97
  982. package/_cjs/Queue/api.cjs.map +0 -1
  983. package/_cjs/Ref/Atomic/Atomic.cjs +0 -64
  984. package/_cjs/Ref/Atomic/Atomic.cjs.map +0 -1
  985. package/_cjs/Ref/Atomic/api.cjs +0 -156
  986. package/_cjs/Ref/Atomic/api.cjs.map +0 -1
  987. package/_cjs/Ref/Derived.cjs +0 -55
  988. package/_cjs/Ref/Derived.cjs.map +0 -1
  989. package/_cjs/Ref/DerivedAll.cjs +0 -55
  990. package/_cjs/Ref/DerivedAll.cjs.map +0 -1
  991. package/_cjs/Ref/Synchronized/api.cjs +0 -196
  992. package/_cjs/Ref/Synchronized/api.cjs.map +0 -1
  993. package/_cjs/Ref/Synchronized/constructors.cjs +0 -32
  994. package/_cjs/Ref/Synchronized/constructors.cjs.map +0 -1
  995. package/_cjs/Ref/Synchronized/definition.cjs +0 -88
  996. package/_cjs/Ref/Synchronized/definition.cjs.map +0 -1
  997. package/_cjs/Ref/api/collect.cjs +0 -31
  998. package/_cjs/Ref/api/collect.cjs.map +0 -1
  999. package/_cjs/Ref/api/dimap.cjs +0 -110
  1000. package/_cjs/Ref/api/dimap.cjs.map +0 -1
  1001. package/_cjs/Ref/api/filter.cjs +0 -45
  1002. package/_cjs/Ref/api/filter.cjs.map +0 -1
  1003. package/_cjs/Ref/api/get.cjs +0 -20
  1004. package/_cjs/Ref/api/get.cjs.map +0 -1
  1005. package/_cjs/Ref/api/match.cjs +0 -26
  1006. package/_cjs/Ref/api/match.cjs.map +0 -1
  1007. package/_cjs/Ref/api/matchAll.cjs +0 -24
  1008. package/_cjs/Ref/api/matchAll.cjs.map +0 -1
  1009. package/_cjs/Ref/api/modify.cjs +0 -239
  1010. package/_cjs/Ref/api/modify.cjs.map +0 -1
  1011. package/_cjs/Ref/api/set.cjs +0 -21
  1012. package/_cjs/Ref/api/set.cjs.map +0 -1
  1013. package/_cjs/Ref/api.cjs +0 -158
  1014. package/_cjs/Ref/api.cjs.map +0 -1
  1015. package/_mjs/Hub/api.mjs +0 -384
  1016. package/_mjs/Hub/api.mjs.map +0 -1
  1017. package/_mjs/Queue/api/dimapIO.mjs +0 -97
  1018. package/_mjs/Queue/api/dimapIO.mjs.map +0 -1
  1019. package/_mjs/Queue/api/filterInputIO.mjs +0 -63
  1020. package/_mjs/Queue/api/filterInputIO.mjs.map +0 -1
  1021. package/_mjs/Queue/api/filterOutputIO.mjs +0 -68
  1022. package/_mjs/Queue/api/filterOutputIO.mjs.map +0 -1
  1023. package/_mjs/Queue/api/operations.mjs +0 -122
  1024. package/_mjs/Queue/api/operations.mjs.map +0 -1
  1025. package/_mjs/Queue/api/poll.mjs +0 -14
  1026. package/_mjs/Queue/api/poll.mjs.map +0 -1
  1027. package/_mjs/Queue/api/takeBetween.mjs +0 -43
  1028. package/_mjs/Queue/api/takeBetween.mjs.map +0 -1
  1029. package/_mjs/Queue/api/zipWithIO.mjs +0 -74
  1030. package/_mjs/Queue/api/zipWithIO.mjs.map +0 -1
  1031. package/_mjs/Queue/api.mjs +0 -9
  1032. package/_mjs/Queue/api.mjs.map +0 -1
  1033. package/_mjs/Ref/Atomic/Atomic.mjs +0 -47
  1034. package/_mjs/Ref/Atomic/Atomic.mjs.map +0 -1
  1035. package/_mjs/Ref/Atomic/api.mjs +0 -127
  1036. package/_mjs/Ref/Atomic/api.mjs.map +0 -1
  1037. package/_mjs/Ref/Derived.mjs +0 -35
  1038. package/_mjs/Ref/Derived.mjs.map +0 -1
  1039. package/_mjs/Ref/DerivedAll.mjs +0 -35
  1040. package/_mjs/Ref/DerivedAll.mjs.map +0 -1
  1041. package/_mjs/Ref/Synchronized/api.mjs +0 -154
  1042. package/_mjs/Ref/Synchronized/api.mjs.map +0 -1
  1043. package/_mjs/Ref/Synchronized/constructors.mjs +0 -15
  1044. package/_mjs/Ref/Synchronized/constructors.mjs.map +0 -1
  1045. package/_mjs/Ref/Synchronized/definition.mjs +0 -66
  1046. package/_mjs/Ref/Synchronized/definition.mjs.map +0 -1
  1047. package/_mjs/Ref/api/collect.mjs +0 -17
  1048. package/_mjs/Ref/api/collect.mjs.map +0 -1
  1049. package/_mjs/Ref/api/dimap.mjs +0 -84
  1050. package/_mjs/Ref/api/dimap.mjs.map +0 -1
  1051. package/_mjs/Ref/api/filter.mjs +0 -29
  1052. package/_mjs/Ref/api/filter.mjs.map +0 -1
  1053. package/_mjs/Ref/api/get.mjs +0 -13
  1054. package/_mjs/Ref/api/get.mjs.map +0 -1
  1055. package/_mjs/Ref/api/match.mjs +0 -18
  1056. package/_mjs/Ref/api/match.mjs.map +0 -1
  1057. package/_mjs/Ref/api/matchAll.mjs +0 -16
  1058. package/_mjs/Ref/api/matchAll.mjs.map +0 -1
  1059. package/_mjs/Ref/api/modify.mjs +0 -204
  1060. package/_mjs/Ref/api/modify.mjs.map +0 -1
  1061. package/_mjs/Ref/api/set.mjs +0 -14
  1062. package/_mjs/Ref/api/set.mjs.map +0 -1
  1063. package/_mjs/Ref/api.mjs +0 -34
  1064. package/_mjs/Ref/api.mjs.map +0 -1
  1065. package/_src/Hub/api.ts +0 -461
  1066. package/_src/Queue/api/dimapIO.ts +0 -130
  1067. package/_src/Queue/api/filterInputIO.ts +0 -75
  1068. package/_src/Queue/api/filterOutputIO.ts +0 -76
  1069. package/_src/Queue/api/operations.ts +0 -139
  1070. package/_src/Queue/api/poll.ts +0 -14
  1071. package/_src/Queue/api/takeBetween.ts +0 -45
  1072. package/_src/Queue/api/zipWithIO.ts +0 -99
  1073. package/_src/Queue/api.ts +0 -9
  1074. package/_src/Ref/Atomic/Atomic.ts +0 -56
  1075. package/_src/Ref/Atomic/api.ts +0 -124
  1076. package/_src/Ref/Derived.ts +0 -71
  1077. package/_src/Ref/DerivedAll.ts +0 -75
  1078. package/_src/Ref/Synchronized/api.ts +0 -249
  1079. package/_src/Ref/Synchronized/constructors.ts +0 -12
  1080. package/_src/Ref/Synchronized/definition.ts +0 -126
  1081. package/_src/Ref/api/collect.ts +0 -19
  1082. package/_src/Ref/api/dimap.ts +0 -115
  1083. package/_src/Ref/api/filter.ts +0 -35
  1084. package/_src/Ref/api/get.ts +0 -17
  1085. package/_src/Ref/api/match.ts +0 -24
  1086. package/_src/Ref/api/matchAll.ts +0 -23
  1087. package/_src/Ref/api/modify.ts +0 -237
  1088. package/_src/Ref/api/set.ts +0 -19
  1089. package/_src/Ref/api.ts +0 -39
@@ -16,164 +16,158 @@ export function make<State, Env, In, Out>(
16
16
  }
17
17
 
18
18
  /**
19
- * @tsplus fluent fncts.io.Schedule addDelay
19
+ * @tsplus pipeable fncts.io.Schedule addDelay
20
20
  */
21
- export function addDelay_<State, Env, In, Out>(
22
- self: Schedule.WithState<State, Env, In, Out>,
23
- f: (out: Out) => number,
24
- __tsplusTrace?: string,
25
- ): Schedule.WithState<State, Env, In, Out> {
26
- return self.addDelayIO((out) => IO.succeed(f(out)));
21
+ export function addDelay<Out>(f: (out: Out) => number, __tsplusTrace?: string) {
22
+ return <State, Env, In>(self: Schedule.WithState<State, Env, In, Out>): Schedule.WithState<State, Env, In, Out> => {
23
+ return self.addDelayIO((out) => IO.succeed(f(out)));
24
+ };
27
25
  }
28
26
 
29
27
  /**
30
- * @tsplus fluent fncts.io.Schedule addDelayIO
28
+ * @tsplus pipeable fncts.io.Schedule addDelayIO
31
29
  */
32
- export function addDelayIO_<State, Env, In, Out, Env1>(
33
- self: Schedule.WithState<State, Env, In, Out>,
34
- f: (out: Out) => URIO<Env1, number>,
35
- __tsplusTrace?: string,
36
- ): Schedule.WithState<State, Env | Env1, In, Out> {
37
- return self.modifyDelayIO((out, duration) => f(out).map((d) => duration + d));
30
+ export function addDelayIO<Out, Env1>(f: (out: Out) => URIO<Env1, number>, __tsplusTrace?: string) {
31
+ return <State, Env, In>(
32
+ self: Schedule.WithState<State, Env, In, Out>,
33
+ ): Schedule.WithState<State, Env | Env1, In, Out> => {
34
+ return self.modifyDelayIO((out, duration) => f(out).map((d) => duration + d));
35
+ };
38
36
  }
39
37
 
40
38
  /**
41
- * @tsplus fluent fncts.io.Schedule andThen
39
+ * @tsplus pipeable fncts.io.Schedule andThen
42
40
  */
43
- export function andThen<State, Env, In, Out, State1, Env1, In1, Out1>(
44
- self: Schedule.WithState<State, Env, In, Out>,
41
+ export function andThen<State1, Env1, In1, Out1>(
45
42
  that: Schedule.WithState<State1, Env1, In1, Out1>,
46
43
  __tsplusTrace?: string,
47
- ): Schedule.WithState<readonly [State, State1, boolean], Env | Env1, In & In1, Out | Out1> {
48
- return self.andThenEither(that).map((out) => out.value);
44
+ ) {
45
+ return <State, Env, In, Out>(
46
+ self: Schedule.WithState<State, Env, In, Out>,
47
+ ): Schedule.WithState<readonly [State, State1, boolean], Env | Env1, In & In1, Out | Out1> => {
48
+ return self.andThenEither(that).map((out) => out.value);
49
+ };
49
50
  }
50
51
 
51
52
  /**
52
- * @tsplus fluent fncts.io.Schedule andThenEither
53
+ * @tsplus pipeable fncts.io.Schedule andThenEither
53
54
  */
54
- export function andThenEither_<State, Env, In, Out, State1, Env1, In1, Out1>(
55
- self: Schedule.WithState<State, Env, In, Out>,
55
+ export function andThenEither<State1, Env1, In1, Out1>(
56
56
  that: Schedule.WithState<State1, Env1, In1, Out1>,
57
57
  __tsplusTrace?: string,
58
- ): Schedule.WithState<readonly [State, State1, boolean], Env | Env1, In & In1, Either<Out, Out1>> {
59
- return Schedule<readonly [State, State1, boolean], Env | Env1, In & In1, Either<Out, Out1>>(
60
- [self.initial, that.initial, true],
61
- (now, inp, [s1, s2, onLeft]) => {
62
- if (onLeft) {
63
- return self.step(now, inp, s1).flatMap(([lState, out, decision]) =>
64
- decision.match(
65
- () =>
66
- that
67
- .step(now, inp, s2)
68
- .map(([rState, out, decision]) => [[lState, rState, false], Either.right(out), decision]),
69
- (interval) => IO.succeedNow([[lState, s2, true], Either.left(out), Decision.Continue(interval)]),
70
- ),
71
- );
72
- } else {
73
- return that
74
- .step(now, inp, s2)
75
- .map(([rState, out, decision]) => [[s1, rState, false], Either.right(out), decision]);
76
- }
77
- },
78
- );
58
+ ) {
59
+ return <State, Env, In, Out>(
60
+ self: Schedule.WithState<State, Env, In, Out>,
61
+ ): Schedule.WithState<readonly [State, State1, boolean], Env | Env1, In & In1, Either<Out, Out1>> => {
62
+ return Schedule<readonly [State, State1, boolean], Env | Env1, In & In1, Either<Out, Out1>>(
63
+ [self.initial, that.initial, true],
64
+ (now, inp, [s1, s2, onLeft]) => {
65
+ if (onLeft) {
66
+ return self.step(now, inp, s1).flatMap(([lState, out, decision]) =>
67
+ decision.match(
68
+ () =>
69
+ that
70
+ .step(now, inp, s2)
71
+ .map(([rState, out, decision]) => [[lState, rState, false], Either.right(out), decision]),
72
+ (interval) => IO.succeedNow([[lState, s2, true], Either.left(out), Decision.Continue(interval)]),
73
+ ),
74
+ );
75
+ } else {
76
+ return that
77
+ .step(now, inp, s2)
78
+ .map(([rState, out, decision]) => [[s1, rState, false], Either.right(out), decision]);
79
+ }
80
+ },
81
+ );
82
+ };
79
83
  }
80
84
 
81
85
  /**
82
- * @tsplus fluent fncts.io.Schedule as
86
+ * @tsplus pipeable fncts.io.Schedule as
83
87
  */
84
- export function as_<State, Env, In, Out, Out2>(
85
- self: Schedule.WithState<State, Env, In, Out>,
86
- out2: Lazy<Out2>,
87
- __tsplusTrace?: string,
88
- ): Schedule.WithState<State, Env, In, Out2> {
89
- return self.map(() => out2());
88
+ export function as<Out2>(out2: Lazy<Out2>, __tsplusTrace?: string) {
89
+ return <State, Env, In, Out>(
90
+ self: Schedule.WithState<State, Env, In, Out>,
91
+ ): Schedule.WithState<State, Env, In, Out2> => {
92
+ return self.map(() => out2());
93
+ };
90
94
  }
91
95
 
92
96
  /**
93
- * @tsplus fluent fncts.io.Schedule check
97
+ * @tsplus pipeable fncts.io.Schedule check
94
98
  */
95
- export function check_<State, Env, In, Out>(
96
- self: Schedule.WithState<State, Env, In, Out>,
97
- test: (inp: In, out: Out) => boolean,
98
- __tsplusTrace?: string,
99
- ): Schedule.WithState<State, Env, In, Out> {
100
- return self.checkIO((inp, out) => IO.succeed(test(inp, out)));
99
+ export function check<In, Out>(test: (inp: In, out: Out) => boolean, __tsplusTrace?: string) {
100
+ return <State, Env>(self: Schedule.WithState<State, Env, In, Out>): Schedule.WithState<State, Env, In, Out> => {
101
+ return self.checkIO((inp, out) => IO.succeed(test(inp, out)));
102
+ };
101
103
  }
102
104
 
103
105
  /**
104
- * @tsplus fluent fncts.io.Schedule checkIO
106
+ * @tsplus pipeable fncts.io.Schedule checkIO
105
107
  */
106
- export function checkIO_<State, Env, In, Out, Env1>(
107
- self: Schedule.WithState<State, Env, In, Out>,
108
- test: (inp: In, out: Out) => URIO<Env1, boolean>,
109
- __tsplusTrace?: string,
110
- ): Schedule.WithState<State, Env | Env1, In, Out> {
111
- return Schedule(self.initial, (now, inp, state) =>
112
- self.step(now, inp, state).flatMap(([state, out, decision]) =>
113
- decision.match(
114
- () => IO.succeedNow([state, out, decision]),
115
- (interval) =>
116
- test(inp, out).map((b) => (b ? [state, out, Decision.Continue(interval)] : [state, out, Decision.Done])),
108
+ export function checkIO<In, Out, Env1>(test: (inp: In, out: Out) => URIO<Env1, boolean>, __tsplusTrace?: string) {
109
+ return <State, Env>(
110
+ self: Schedule.WithState<State, Env, In, Out>,
111
+ ): Schedule.WithState<State, Env | Env1, In, Out> => {
112
+ return Schedule(self.initial, (now, inp, state) =>
113
+ self.step(now, inp, state).flatMap(([state, out, decision]) =>
114
+ decision.match(
115
+ () => IO.succeedNow([state, out, decision]),
116
+ (interval) =>
117
+ test(inp, out).map((b) => (b ? [state, out, Decision.Continue(interval)] : [state, out, Decision.Done])),
118
+ ),
117
119
  ),
118
- ),
119
- );
120
+ );
121
+ };
120
122
  }
121
123
 
122
124
  /**
123
- * @tsplus fluent fncts.io.Schedule compose_
125
+ * @tsplus pipeable fncts.io.Schedule compose_
124
126
  */
125
- export function compose_<S, R, I, O, S1, R1, O2>(
126
- self: Schedule.WithState<S, R, I, O>,
127
- that: Schedule.WithState<S1, R1, O, O2>,
128
- __tsplusTrace?: string,
129
- ): Schedule.WithState<readonly [S, S1], R | R1, I, O2> {
130
- return Schedule([self.initial, that.initial], (now, inp, state) =>
131
- self.step(now, inp, state[0]).flatMap(([lState, out, decision]) =>
132
- decision.match(
133
- () => that.step(now, out, state[1]).map(([rState, out2]) => [[lState, rState], out2, Decision.Done]),
134
- (interval) =>
135
- that.step(now, out, state[1]).map(([rState, out2, decision]) =>
136
- decision.match(
137
- () => [[lState, rState], out2, Decision.Done],
138
- (interval2) => [[lState, rState], out2, Decision.Continue(interval.max(interval2))],
127
+ export function compose<O, S1, R1, O2>(that: Schedule.WithState<S1, R1, O, O2>, __tsplusTrace?: string) {
128
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<readonly [S, S1], R | R1, I, O2> => {
129
+ return Schedule([self.initial, that.initial], (now, inp, state) =>
130
+ self.step(now, inp, state[0]).flatMap(([lState, out, decision]) =>
131
+ decision.match(
132
+ () => that.step(now, out, state[1]).map(([rState, out2]) => [[lState, rState], out2, Decision.Done]),
133
+ (interval) =>
134
+ that.step(now, out, state[1]).map(([rState, out2, decision]) =>
135
+ decision.match(
136
+ () => [[lState, rState], out2, Decision.Done],
137
+ (interval2) => [[lState, rState], out2, Decision.Continue(interval.max(interval2))],
138
+ ),
139
139
  ),
140
- ),
140
+ ),
141
141
  ),
142
- ),
143
- );
142
+ );
143
+ };
144
144
  }
145
145
 
146
146
  /**
147
- * @tsplus fluent fncts.io.Schedule contramap
147
+ * @tsplus pipeable fncts.io.Schedule contramap
148
148
  */
149
- export function contramap_<S, R, I, O, I2>(
150
- self: Schedule.WithState<S, R, I, O>,
151
- f: (inp: I2) => I,
152
- __tsplusTrace?: string,
153
- ): Schedule.WithState<S, R, I2, O> {
154
- return self.contramapIO((inp2) => IO.succeed(f(inp2)));
149
+ export function contramap<I, I2>(f: (inp: I2) => I, __tsplusTrace?: string) {
150
+ return <S, R, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I2, O> => {
151
+ return self.contramapIO((inp2) => IO.succeed(f(inp2)));
152
+ };
155
153
  }
156
154
 
157
155
  /**
158
- * @tsplus fluent fncts.io.Schedule contramapEnvironment
156
+ * @tsplus pipeable fncts.io.Schedule contramapEnvironment
159
157
  */
160
- export function contramapEnvironment_<S, R, I, O, R1>(
161
- self: Schedule.WithState<S, R, I, O>,
162
- f: (env: Environment<R1>) => Environment<R>,
163
- __tsplusTrace?: string,
164
- ): Schedule.WithState<S, R1, I, O> {
165
- return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).contramapEnvironment(f));
158
+ export function contramapEnvironment<R, R1>(f: (env: Environment<R1>) => Environment<R>, __tsplusTrace?: string) {
159
+ return <S, I, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R1, I, O> => {
160
+ return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).contramapEnvironment(f));
161
+ };
166
162
  }
167
163
 
168
164
  /**
169
- * @tsplus fluent fncts.io.Schedule contramapIO
165
+ * @tsplus pipeable fncts.io.Schedule contramapIO
170
166
  */
171
- export function contramapIO_<S, R, I, O, R1, I2>(
172
- self: Schedule.WithState<S, R, I, O>,
173
- f: (inp: I2) => URIO<R1, I>,
174
- __tsplusTrace?: string,
175
- ): Schedule.WithState<S, R | R1, I2, O> {
176
- return Schedule(self.initial, (now, inp2, state) => f(inp2).flatMap((inp) => self.step(now, inp, state)));
167
+ export function contramapIO<I, R1, I2>(f: (inp: I2) => URIO<R1, I>, __tsplusTrace?: string) {
168
+ return <S, R, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I2, O> => {
169
+ return Schedule(self.initial, (now, inp2, state) => f(inp2).flatMap((inp) => self.step(now, inp, state)));
170
+ };
177
171
  }
178
172
 
179
173
  /**
@@ -187,25 +181,21 @@ export function delayed<S, R, I>(
187
181
  }
188
182
 
189
183
  /**
190
- * @tsplus fluent fncts.io.Schedule delayed
184
+ * @tsplus pipeable fncts.io.Schedule delayed
191
185
  */
192
- export function delayedSelf_<S, R, I, O>(
193
- self: Schedule.WithState<S, R, I, O>,
194
- f: (delay: number) => number,
195
- __tsplusTrace?: string,
196
- ): Schedule.WithState<S, R, I, O> {
197
- return self.delayedIO((delay) => IO.succeed(f(delay)));
186
+ export function delayedSelf(f: (delay: number) => number, __tsplusTrace?: string) {
187
+ return <S, R, I, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I, O> => {
188
+ return self.delayedIO((delay) => IO.succeed(f(delay)));
189
+ };
198
190
  }
199
191
 
200
192
  /**
201
- * @tsplus fluent fncts.io.Schedule delayedIO
193
+ * @tsplus pipeable fncts.io.Schedule delayedIO
202
194
  */
203
- export function delayedIO_<S, R, I, O, R1>(
204
- self: Schedule.WithState<S, R, I, O>,
205
- f: (delay: number) => URIO<R1, number>,
206
- __tsplusTrace?: string,
207
- ): Schedule.WithState<S, R | R1, I, O> {
208
- return self.modifyDelayIO((_, delay) => f(delay));
195
+ export function delayedIO<R1>(f: (delay: number) => URIO<R1, number>, __tsplusTrace?: string) {
196
+ return <S, R, I, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O> => {
197
+ return self.modifyDelayIO((_, delay) => f(delay));
198
+ };
209
199
  }
210
200
 
211
201
  /**
@@ -229,27 +219,25 @@ export function delays<S, R, I, O>(
229
219
  }
230
220
 
231
221
  /**
232
- * @tsplus fluent fncts.io.Schedule dimap
222
+ * @tsplus pipeable fncts.io.Schedule dimap
233
223
  */
234
- export function dimap_<S, R, I, O, I2, O2>(
235
- self: Schedule.WithState<S, R, I, O>,
236
- f: (inp2: I2) => I,
237
- g: (out: O) => O2,
238
- __tsplusTrace?: string,
239
- ): Schedule.WithState<S, R, I2, O2> {
240
- return self.contramap(f).map(g);
224
+ export function dimap<I, O, I2, O2>(f: (inp2: I2) => I, g: (out: O) => O2, __tsplusTrace?: string) {
225
+ return <S, R>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I2, O2> => {
226
+ return self.contramap(f).map(g);
227
+ };
241
228
  }
242
229
 
243
230
  /**
244
- * @tsplus fluent fncts.io.Schedule dimapIO
231
+ * @tsplus pipeable fncts.io.Schedule dimapIO
245
232
  */
246
- export function dimapIO_<S, R, I, O, R1, I2, R2, O2>(
247
- self: Schedule.WithState<S, R, I, O>,
233
+ export function dimapIO<I, O, R1, I2, R2, O2>(
248
234
  f: (inp2: I2) => URIO<R1, I>,
249
235
  g: (out: O) => URIO<R2, O2>,
250
236
  __tsplusTrace?: string,
251
- ): Schedule.WithState<S, R | R1 | R2, I2, O2> {
252
- return self.contramapIO(f).mapIO(g);
237
+ ) {
238
+ return <S, R>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1 | R2, I2, O2> => {
239
+ return self.contramapIO(f).mapIO(g);
240
+ };
253
241
  }
254
242
 
255
243
  /**
@@ -272,27 +260,28 @@ export function duration(
272
260
  }
273
261
 
274
262
  /**
275
- * @tsplus fluent fncts.io.Schedule either
276
- * @tsplus operator fncts.io.Schedule ||
263
+ * @tsplus pipeable fncts.io.Schedule either
264
+ * @tsplus pipeable-operator fncts.io.Schedule ||
277
265
  */
278
- export function either<S, R, I, O, S1, R1, I1, O1>(
279
- self: Schedule.WithState<S, R, I, O>,
280
- that: Schedule.WithState<S1, R1, I1, O1>,
281
- __tsplusTrace?: string,
282
- ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> {
283
- return self.unionWith(that, (interval1, interval2) => interval1 || interval2);
266
+ export function either<S1, R1, I1, O1>(that: Schedule.WithState<S1, R1, I1, O1>, __tsplusTrace?: string) {
267
+ return <S, R, I, O>(
268
+ self: Schedule.WithState<S, R, I, O>,
269
+ ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> => {
270
+ return self.unionWith(that, (interval1, interval2) => interval1 || interval2);
271
+ };
284
272
  }
285
273
 
286
274
  /**
287
- * @tsplus fluent fncts.io.Schedule eitherWith
275
+ * @tsplus pipeable fncts.io.Schedule eitherWith
288
276
  */
289
- export function eitherWith<S, R, I, O, S1, R1, I1, O1, O2>(
290
- self: Schedule.WithState<S, R, I, O>,
277
+ export function eitherWith<O, S1, R1, I1, O1, O2>(
291
278
  that: Schedule.WithState<S1, R1, I1, O1>,
292
279
  f: (out1: O, out2: O1) => O2,
293
280
  __tsplusTrace?: string,
294
- ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O2> {
295
- return (self || that).map(f.tupled);
281
+ ) {
282
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O2> => {
283
+ return (self || that).map(f.tupled);
284
+ };
296
285
  }
297
286
 
298
287
  /**
@@ -311,21 +300,19 @@ export const elapsed: Schedule.WithState<Maybe<number>, never, unknown, number>
311
300
  );
312
301
 
313
302
  /**
314
- * @tsplus fluent fncts.io.Schedule ensuring
303
+ * @tsplus pipeable fncts.io.Schedule ensuring
315
304
  */
316
- export function ensuring_<S, R, I, O>(
317
- self: Schedule.WithState<S, R, I, O>,
318
- finalizer: UIO<any>,
319
- __tsplusTrace?: string,
320
- ): Schedule.WithState<S, R, I, O> {
321
- return Schedule(self.initial, (now, inp, state) =>
322
- self.step(now, inp, state).flatMap(([state, out, decision]) =>
323
- decision.match(
324
- () => finalizer.as([state, out, Decision.Done]),
325
- (interval) => IO.succeedNow([state, out, Decision.Continue(interval)]),
305
+ export function ensuring(finalizer: UIO<any>, __tsplusTrace?: string) {
306
+ return <S, R, I, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I, O> => {
307
+ return Schedule(self.initial, (now, inp, state) =>
308
+ self.step(now, inp, state).flatMap(([state, out, decision]) =>
309
+ decision.match(
310
+ () => finalizer.as([state, out, Decision.Done]),
311
+ (interval) => IO.succeedNow([state, out, Decision.Continue(interval)]),
312
+ ),
326
313
  ),
327
- ),
328
- );
314
+ );
315
+ };
329
316
  }
330
317
 
331
318
  /**
@@ -377,40 +364,34 @@ export function fixed(
377
364
  }
378
365
 
379
366
  /**
380
- * @tsplus fluent fncts.io.Schedule fold
367
+ * @tsplus pipeable fncts.io.Schedule fold
381
368
  */
382
- export function fold_<S, R, I, O, Z>(
383
- self: Schedule.WithState<S, R, I, O>,
384
- z: Z,
385
- f: (z: Z, out: O) => Z,
386
- __tsplusTrace?: string,
387
- ): Schedule.WithState<readonly [S, Z], R, I, Z> {
388
- return self.foldIO(z, (z, out) => IO.succeed(f(z, out)));
369
+ export function fold<O, Z>(z: Z, f: (z: Z, out: O) => Z, __tsplusTrace?: string) {
370
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<readonly [S, Z], R, I, Z> => {
371
+ return self.foldIO(z, (z, out) => IO.succeed(f(z, out)));
372
+ };
389
373
  }
390
374
 
391
375
  /**
392
- * @tsplus fluent fncts.io.Schedule foldIO
376
+ * @tsplus pipeable fncts.io.Schedule foldIO
393
377
  */
394
- export function foldIO_<S, R, I, O, Z, R1>(
395
- self: Schedule.WithState<S, R, I, O>,
396
- z: Z,
397
- f: (z: Z, out: O) => URIO<R1, Z>,
398
- __tsplusTrace?: string,
399
- ): Schedule.WithState<readonly [S, Z], R | R1, I, Z> {
400
- return Schedule([self.initial, z], (now, inp, [s, z]) =>
401
- self.step(now, inp, s).flatMap(([s, out, decision]) =>
402
- decision.match(
403
- () => IO.succeedNow([[s, z], z, Decision.Done]),
404
- (interval) => f(z, out).map((z2) => [[s, z2], z, Decision.Continue(interval)]),
378
+ export function foldIO<O, Z, R1>(z: Z, f: (z: Z, out: O) => URIO<R1, Z>, __tsplusTrace?: string) {
379
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<readonly [S, Z], R | R1, I, Z> => {
380
+ return Schedule([self.initial, z], (now, inp, [s, z]) =>
381
+ self.step(now, inp, s).flatMap(([s, out, decision]) =>
382
+ decision.match(
383
+ () => IO.succeedNow([[s, z], z, Decision.Done]),
384
+ (interval) => f(z, out).map((z2) => [[s, z2], z, Decision.Continue(interval)]),
385
+ ),
405
386
  ),
406
- ),
407
- );
387
+ );
388
+ };
408
389
  }
409
390
 
410
391
  /**
411
392
  * @tsplus getter fncts.io.Schedule forever
412
393
  */
413
- export function foreverSelf<S, R, I, O>(
394
+ export function repeatForever<S, R, I, O>(
414
395
  self: Schedule.WithState<S, R, I, O>,
415
396
  __tsplusTrace?: string,
416
397
  ): Schedule.WithState<S, R, I, O> {
@@ -470,26 +451,39 @@ function intersectWithLoop<S, R, I, O, S1, R1, I1, O1>(
470
451
  }
471
452
 
472
453
  /**
473
- * @tsplus fluent fncts.io.Schedule intersectWith
454
+ * @tsplus pipeable fncts.io.Schedule intersectWith
474
455
  */
475
- export function intersectWith_<S, R, I, O, S1, R1, I1, O1>(
476
- self: Schedule.WithState<S, R, I, O>,
456
+ export function intersectWith<S1, R1, I1, O1>(
477
457
  that: Schedule.WithState<S1, R1, I1, O1>,
478
458
  f: (int1: Intervals, int2: Intervals) => Intervals,
479
459
  __tsplusTrace?: string,
480
- ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> {
481
- return Schedule([self.initial, that.initial] as const, (now, inp, state) => {
482
- const left = self.step(now, inp, state[0]);
483
- const right = that.step(now, inp, state[1]);
484
-
485
- return left.zipWith(right, ([lState, out, lDecision], [rState, out2, rDecision]) => {
486
- if (lDecision._tag === DecisionTag.Continue && rDecision._tag === DecisionTag.Continue) {
487
- return intersectWithLoop(self, that, inp, lState, out, lDecision.interval, rState, out2, rDecision.interval, f);
488
- } else {
489
- return IO.succeedNow([[lState, rState], [out, out2], Decision.Done] as const);
490
- }
491
- }).flatten;
492
- });
460
+ ) {
461
+ return <S, R, I, O>(
462
+ self: Schedule.WithState<S, R, I, O>,
463
+ ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> => {
464
+ return Schedule([self.initial, that.initial] as const, (now, inp, state) => {
465
+ const left = self.step(now, inp, state[0]);
466
+ const right = that.step(now, inp, state[1]);
467
+ return left.zipWith(right, ([lState, out, lDecision], [rState, out2, rDecision]) => {
468
+ if (lDecision._tag === DecisionTag.Continue && rDecision._tag === DecisionTag.Continue) {
469
+ return intersectWithLoop(
470
+ self,
471
+ that,
472
+ inp,
473
+ lState,
474
+ out,
475
+ lDecision.interval,
476
+ rState,
477
+ out2,
478
+ rDecision.interval,
479
+ f,
480
+ );
481
+ } else {
482
+ return IO.succeedNow([[lState, rState], [out, out2], Decision.Done] as const);
483
+ }
484
+ }).flatten;
485
+ });
486
+ };
493
487
  }
494
488
 
495
489
  /**
@@ -500,121 +494,124 @@ export function linear(base: number, __tsplusTrace?: string): Schedule.WithState
500
494
  }
501
495
 
502
496
  /**
503
- * @tsplus fluent fncts.io.Schedule map
497
+ * @tsplus pipeable fncts.io.Schedule map
504
498
  */
505
- export function map_<State, Env, In, Out, Out1>(
506
- self: Schedule.WithState<State, Env, In, Out>,
507
- f: (out: Out) => Out1,
508
- __tsplusTrace?: string,
509
- ): Schedule.WithState<State, Env, In, Out1> {
510
- return self.mapIO((out) => IO.succeedNow(f(out)));
499
+ export function map<Out, Out1>(f: (out: Out) => Out1, __tsplusTrace?: string) {
500
+ return <State, Env, In>(self: Schedule.WithState<State, Env, In, Out>): Schedule.WithState<State, Env, In, Out1> => {
501
+ return self.mapIO((out) => IO.succeedNow(f(out)));
502
+ };
511
503
  }
512
504
 
513
505
  /**
514
- * @tsplus fluent fncts.io.Schedule mapIO
506
+ * @tsplus pipeable fncts.io.Schedule mapIO
515
507
  */
516
- export function mapIO_<State, Env, In, Out, Env1, Out1>(
517
- self: Schedule.WithState<State, Env, In, Out>,
518
- f: (out: Out) => URIO<Env1, Out1>,
519
- __tsplusTrace?: string,
520
- ): Schedule.WithState<State, Env | Env1, In, Out1> {
521
- return Schedule(self.initial, (now, inp, state) =>
522
- self.step(now, inp, state).flatMap(([state, out, decision]) => f(out).map((out1) => [state, out1, decision])),
523
- );
508
+ export function mapIO<Out, Env1, Out1>(f: (out: Out) => URIO<Env1, Out1>, __tsplusTrace?: string) {
509
+ return <State, Env, In>(
510
+ self: Schedule.WithState<State, Env, In, Out>,
511
+ ): Schedule.WithState<State, Env | Env1, In, Out1> => {
512
+ return Schedule(self.initial, (now, inp, state) =>
513
+ self.step(now, inp, state).flatMap(([state, out, decision]) => f(out).map((out1) => [state, out1, decision])),
514
+ );
515
+ };
524
516
  }
525
517
 
526
518
  /**
527
- * @tsplus fluent fncts.io.Schedule modifyDelayIO
519
+ * @tsplus pipeable fncts.io.Schedule modifyDelayIO
528
520
  */
529
- export function modifyDelayIO_<State, Env, In, Out, Env1>(
530
- self: Schedule.WithState<State, Env, In, Out>,
521
+ export function modifyDelayIO<Out, Env1>(
531
522
  f: (out: Out, duration: number) => URIO<Env1, number>,
532
523
  __tsplusTrace?: string,
533
- ): Schedule.WithState<State, Env | Env1, In, Out> {
534
- return Schedule(self.initial, (now, inp, state) =>
535
- self.step(now, inp, state).flatMap(([state, out, decision]) =>
536
- decision.match(
537
- () => IO.succeedNow([state, out, decision]),
538
- (interval) => {
539
- const delay = Interval(now, interval.start).size;
540
-
541
- return f(out, delay).map((duration) => {
542
- const oldStart = interval.start;
543
- const newStart = now + duration;
544
- const delta = newStart - oldStart;
545
- const newEnd = interval.end + delta;
546
- const newInterval = Interval(newStart, newEnd);
547
- return [state, out, Decision.continueWith(newInterval)];
548
- });
549
- },
524
+ ) {
525
+ return <State, Env, In>(
526
+ self: Schedule.WithState<State, Env, In, Out>,
527
+ ): Schedule.WithState<State, Env | Env1, In, Out> => {
528
+ return Schedule(self.initial, (now, inp, state) =>
529
+ self.step(now, inp, state).flatMap(([state, out, decision]) =>
530
+ decision.match(
531
+ () => IO.succeedNow([state, out, decision]),
532
+ (interval) => {
533
+ const delay = Interval(now, interval.start).size;
534
+ return f(out, delay).map((duration) => {
535
+ const oldStart = interval.start;
536
+ const newStart = now + duration;
537
+ const delta = newStart - oldStart;
538
+ const newEnd = interval.end + delta;
539
+ const newInterval = Interval(newStart, newEnd);
540
+ return [state, out, Decision.continueWith(newInterval)];
541
+ });
542
+ },
543
+ ),
550
544
  ),
551
- ),
552
- );
545
+ );
546
+ };
553
547
  }
554
548
 
555
549
  /**
556
- * @tsplus fluent fncts.io.Schedule onDecision
550
+ * @tsplus pipeable fncts.io.Schedule onDecision
557
551
  */
558
- export function onDecision_<S, R, I, O, R1>(
559
- self: Schedule.WithState<S, R, I, O>,
552
+ export function onDecision<S, O, R1>(
560
553
  f: (state: S, out: O, decision: Decision) => URIO<R1, any>,
561
554
  __tsplusTrace?: string,
562
- ): Schedule.WithState<S, R | R1, I, O> {
563
- return Schedule(self.initial, (now, inp, state) =>
564
- self.step(now, inp, state).flatMap(([state, out, decision]) => f(state, out, decision).as([state, out, decision])),
565
- );
555
+ ) {
556
+ return <R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O> => {
557
+ return Schedule(self.initial, (now, inp, state) =>
558
+ self
559
+ .step(now, inp, state)
560
+ .flatMap(([state, out, decision]) => f(state, out, decision).as([state, out, decision])),
561
+ );
562
+ };
566
563
  }
567
564
 
568
565
  /**
569
- * @tsplus fluent fncts.io.Schedule provideEnvironment
566
+ * @tsplus pipeable fncts.io.Schedule provideEnvironment
570
567
  */
571
- export function provideEnvironment_<S, R, I, O>(
572
- self: Schedule.WithState<S, R, I, O>,
573
- env: Environment<R>,
574
- __tsplusTrace?: string,
575
- ): Schedule.WithState<S, never, I, O> {
576
- return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).provideEnvironment(env));
568
+ export function provideEnvironment<R>(env: Environment<R>, __tsplusTrace?: string) {
569
+ return <S, I, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, never, I, O> => {
570
+ return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).provideEnvironment(env));
571
+ };
577
572
  }
578
573
 
579
574
  /**
580
- * @tsplus fluent fncts.io.Schedule reconsider
575
+ * @tsplus pipeable fncts.io.Schedule reconsider
581
576
  */
582
- export function reconsider_<S, R, I, O, O2>(
583
- self: Schedule.WithState<S, R, I, O>,
577
+ export function reconsider<S, O, O2>(
584
578
  f: (state: S, out: O, decision: Decision) => Either<O2, readonly [O2, Interval]>,
585
579
  __tsplusTrace?: string,
586
- ): Schedule.WithState<S, R, I, O2> {
587
- return self.reconsiderIO((state, out, decision) => IO.succeed(f(state, out, decision)));
580
+ ) {
581
+ return <R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I, O2> => {
582
+ return self.reconsiderIO((state, out, decision) => IO.succeed(f(state, out, decision)));
583
+ };
588
584
  }
589
585
 
590
586
  /**
591
- * @tsplus fluent fncts.io.Schedule reconsiderIO
587
+ * @tsplus pipeable fncts.io.Schedule reconsiderIO
592
588
  */
593
- export function reconsiderIO_<S, R, I, O, R1, O1>(
594
- self: Schedule.WithState<S, R, I, O>,
589
+ export function reconsiderIO<S, O, R1, O1>(
595
590
  f: (state: S, out: O, decision: Decision) => URIO<R1, Either<O1, readonly [O1, Interval]>>,
596
591
  __tsplusTrace?: string,
597
- ): Schedule.WithState<S, R | R1, I, O1> {
598
- return Schedule(self.initial, (now, inp, state) =>
599
- self.step(now, inp, state).flatMap(([state, out, decision]) =>
600
- decision.match(
601
- () =>
602
- f(state, out, decision).map((r) =>
603
- r.match(
604
- (out1) => [state, out1, Decision.Done],
605
- ([out1, _]) => [state, out1, Decision.Done],
592
+ ) {
593
+ return <R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O1> => {
594
+ return Schedule(self.initial, (now, inp, state) =>
595
+ self.step(now, inp, state).flatMap(([state, out, decision]) =>
596
+ decision.match(
597
+ () =>
598
+ f(state, out, decision).map((r) =>
599
+ r.match(
600
+ (out1) => [state, out1, Decision.Done],
601
+ ([out1, _]) => [state, out1, Decision.Done],
602
+ ),
606
603
  ),
607
- ),
608
- () =>
609
- f(state, out, decision).map((r) =>
610
- r.match(
611
- (out1) => [state, out1, Decision.Done],
612
- ([out1, interval]) => [state, out1, Decision.continueWith(interval)],
604
+ () =>
605
+ f(state, out, decision).map((r) =>
606
+ r.match(
607
+ (out1) => [state, out1, Decision.Done],
608
+ ([out1, interval]) => [state, out1, Decision.continueWith(interval)],
609
+ ),
613
610
  ),
614
- ),
611
+ ),
615
612
  ),
616
- ),
617
- );
613
+ );
614
+ };
618
615
  }
619
616
 
620
617
  /**
@@ -683,58 +680,53 @@ export function repetitions<S, R, I, O>(
683
680
  }
684
681
 
685
682
  /**
686
- * @tsplus fluent fncts.io.Schedule resetAfter
683
+ * @tsplus pipeable fncts.io.Schedule resetAfter
687
684
  */
688
- export function resetAfter_<S, R, I, O>(
689
- self: Schedule.WithState<S, R, I, O>,
690
- duration: number,
691
- __tsplusTrace?: string,
692
- ): Schedule.WithState<readonly [S, Maybe<number>], R, I, O> {
693
- return self
694
- .zip(Schedule.elapsed)
695
- .resetWhen(([_, d]) => d >= duration)
696
- .map(([out, _]) => out);
685
+ export function resetAfter(duration: number, __tsplusTrace?: string) {
686
+ return <S, R, I, O>(
687
+ self: Schedule.WithState<S, R, I, O>,
688
+ ): Schedule.WithState<readonly [S, Maybe<number>], R, I, O> => {
689
+ return self
690
+ .zip(Schedule.elapsed)
691
+ .resetWhen(([_, d]) => d >= duration)
692
+ .map(([out, _]) => out);
693
+ };
697
694
  }
698
695
 
699
696
  /**
700
- * @tsplus fluent fncts.io.Schedule resetWhen
697
+ * @tsplus pipeable fncts.io.Schedule resetWhen
701
698
  */
702
- export function resetWhen_<S, R, I, O>(
703
- self: Schedule.WithState<S, R, I, O>,
704
- f: (out: O) => boolean,
705
- __tsplusTrace?: string,
706
- ): Schedule.WithState<S, R, I, O> {
707
- return Schedule(self.initial, (now, inp, state) =>
708
- self
709
- .step(now, inp, state)
710
- .flatMap(([state, out, decision]) =>
711
- f(out) ? self.step(now, inp, self.initial) : IO.succeedNow([state, out, decision]),
712
- ),
713
- );
699
+ export function resetWhen<O>(f: (out: O) => boolean, __tsplusTrace?: string) {
700
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I, O> => {
701
+ return Schedule(self.initial, (now, inp, state) =>
702
+ self
703
+ .step(now, inp, state)
704
+ .flatMap(([state, out, decision]) =>
705
+ f(out) ? self.step(now, inp, self.initial) : IO.succeedNow([state, out, decision]),
706
+ ),
707
+ );
708
+ };
714
709
  }
715
710
 
716
711
  /**
717
- * @tsplus fluent fncts.io.Schedule run
712
+ * @tsplus pipeable fncts.io.Schedule run
718
713
  */
719
- export function run_<S, R, I, O>(
720
- self: Schedule.WithState<S, R, I, O>,
721
- now: number,
722
- input: Iterable<I>,
723
- __tsplusTrace?: string,
724
- ): URIO<R, Conc<O>> {
725
- const loop = (now: number, xs: List<I>, state: S, acc: Conc<O>): URIO<R, Conc<O>> => {
726
- if (xs.isEmpty()) {
727
- return IO.succeedNow(acc);
728
- } else {
729
- return self.step(now, xs.head, state).flatMap(([state, out, decision]) =>
730
- decision.match(
731
- () => IO.succeed(acc.append(out)),
732
- (interval) => loop(interval.start, xs.tail, state, acc.append(out)),
733
- ),
734
- );
735
- }
714
+ export function run<I>(now: number, input: Iterable<I>, __tsplusTrace?: string) {
715
+ return <S, R, O>(self: Schedule.WithState<S, R, I, O>): URIO<R, Conc<O>> => {
716
+ const loop = (now: number, xs: List<I>, state: S, acc: Conc<O>): URIO<R, Conc<O>> => {
717
+ if (xs.isEmpty()) {
718
+ return IO.succeedNow(acc);
719
+ } else {
720
+ return self.step(now, xs.head, state).flatMap(([state, out, decision]) =>
721
+ decision.match(
722
+ () => IO.succeed(acc.append(out)),
723
+ (interval) => loop(interval.start, xs.tail, state, acc.append(out)),
724
+ ),
725
+ );
726
+ }
727
+ };
728
+ return loop(now, List.from(input), self.initial, Conc.empty());
736
729
  };
737
- return loop(now, List.from(input), self.initial, Conc.empty());
738
730
  }
739
731
 
740
732
  /**
@@ -752,58 +744,56 @@ export function succeed<A>(a: Lazy<A>, __tsplusTrace?: string): Schedule.WithSta
752
744
  }
753
745
 
754
746
  /**
755
- * @tsplus fluent fncts.io.Schedule tapInput
747
+ * @tsplus pipeable fncts.io.Schedule tapInput
756
748
  */
757
- export function tapInput_<S, R, I, O, R1>(
758
- self: Schedule.WithState<S, R, I, O>,
759
- f: (inp: I) => URIO<R1, any>,
760
- __tsplusTrace?: string,
761
- ): Schedule.WithState<S, R | R1, I, O> {
762
- return Schedule(self.initial, (now, inp, state) => f(inp).apSecond(self.step(now, inp, state)));
749
+ export function tapInput<I, R1>(f: (inp: I) => URIO<R1, any>, __tsplusTrace?: string) {
750
+ return <S, R, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O> => {
751
+ return Schedule(self.initial, (now, inp, state) => f(inp).apSecond(self.step(now, inp, state)));
752
+ };
763
753
  }
764
754
 
765
755
  /**
766
- * @tsplus fluent fncts.io.Schedule tapOutput
756
+ * @tsplus pipeable fncts.io.Schedule tapOutput
767
757
  */
768
- export function tapOutput_<S, R, I, O, R1>(
769
- self: Schedule.WithState<S, R, I, O>,
770
- f: (out: O) => URIO<R1, any>,
771
- __tsplusTrace?: string,
772
- ): Schedule.WithState<S, R | R1, I, O> {
773
- return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).tap(([_, out]) => f(out)));
758
+ export function tapOutput<O, R1>(f: (out: O) => URIO<R1, any>, __tsplusTrace?: string) {
759
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O> => {
760
+ return Schedule(self.initial, (now, inp, state) => self.step(now, inp, state).tap(([_, out]) => f(out)));
761
+ };
774
762
  }
775
763
 
776
764
  /**
777
- * @tsplus fluent fncts.io.Schedule unionWith
765
+ * @tsplus pipeable fncts.io.Schedule unionWith
778
766
  */
779
- export function unionWith_<S, R, I, O, S1, R1, I1, O1>(
780
- self: Schedule.WithState<S, R, I, O>,
767
+ export function unionWith<S1, R1, I1, O1>(
781
768
  that: Schedule.WithState<S1, R1, I1, O1>,
782
769
  f: (int1: Intervals, int2: Intervals) => Intervals,
783
770
  __tsplusTrace?: string,
784
- ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> {
785
- return Schedule([self.initial, that.initial], (now, inp, state) => {
786
- const left = self.step(now, inp, state[0]);
787
- const right = that.step(now, inp, state[1]);
788
-
789
- return left.zipWith(right, ([lstate, l, d1], [rstate, r, d2]) =>
790
- d1.match(
791
- () =>
792
- d2.match(
793
- () => [[lstate, rstate], [l, r], Decision.Done],
794
- (interval) => [[lstate, rstate], [l, r], Decision.Continue(interval)],
795
- ),
796
- (linterval) =>
797
- d2.match(
798
- () => [[lstate, rstate], [l, r], Decision.Continue(linterval)],
799
- (rinterval) => {
800
- const combined = f(linterval, rinterval);
801
- return [[lstate, rstate], [l, r], Decision.Continue(combined)];
802
- },
803
- ),
804
- ),
805
- );
806
- });
771
+ ) {
772
+ return <S, R, I, O>(
773
+ self: Schedule.WithState<S, R, I, O>,
774
+ ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> => {
775
+ return Schedule([self.initial, that.initial], (now, inp, state) => {
776
+ const left = self.step(now, inp, state[0]);
777
+ const right = that.step(now, inp, state[1]);
778
+ return left.zipWith(right, ([lstate, l, d1], [rstate, r, d2]) =>
779
+ d1.match(
780
+ () =>
781
+ d2.match(
782
+ () => [[lstate, rstate], [l, r], Decision.Done],
783
+ (interval) => [[lstate, rstate], [l, r], Decision.Continue(interval)],
784
+ ),
785
+ (linterval) =>
786
+ d2.match(
787
+ () => [[lstate, rstate], [l, r], Decision.Continue(linterval)],
788
+ (rinterval) => {
789
+ const combined = f(linterval, rinterval);
790
+ return [[lstate, rstate], [l, r], Decision.Continue(combined)];
791
+ },
792
+ ),
793
+ ),
794
+ );
795
+ });
796
+ };
807
797
  }
808
798
 
809
799
  /**
@@ -820,47 +810,39 @@ export function unfold<A>(
820
810
  }
821
811
 
822
812
  /**
823
- * @tsplus fluent fncts.io.Schedule untilInput
813
+ * @tsplus pipeable fncts.io.Schedule untilInput
824
814
  */
825
- export function untilInput_<S, R, I, O>(
826
- self: Schedule.WithState<S, R, I, O>,
827
- f: (inp: I) => boolean,
828
- __tsplusTrace?: string,
829
- ): Schedule.WithState<S, R, I, O> {
830
- return self.check((inp) => !f(inp));
815
+ export function untilInput<I>(f: (inp: I) => boolean, __tsplusTrace?: string) {
816
+ return <S, R, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I, O> => {
817
+ return self.check((inp) => !f(inp));
818
+ };
831
819
  }
832
820
 
833
821
  /**
834
- * @tsplus fluent fncts.io.Schedule untilInputIO
822
+ * @tsplus pipeable fncts.io.Schedule untilInputIO
835
823
  */
836
- export function untilInputIO_<S, R, I, O, R1>(
837
- self: Schedule.WithState<S, R, I, O>,
838
- f: (inp: I) => URIO<R1, boolean>,
839
- __tsplusTrace?: string,
840
- ): Schedule.WithState<S, R | R1, I, O> {
841
- return self.checkIO((inp) => f(inp).map((b) => !b));
824
+ export function untilInputIO<I, R1>(f: (inp: I) => URIO<R1, boolean>, __tsplusTrace?: string) {
825
+ return <S, R, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O> => {
826
+ return self.checkIO((inp) => f(inp).map((b) => !b));
827
+ };
842
828
  }
843
829
 
844
830
  /**
845
- * @tsplus fluent fncts.io.Schedule untilOutput
831
+ * @tsplus pipeable fncts.io.Schedule untilOutput
846
832
  */
847
- export function untilOutput_<S, R, I, O>(
848
- self: Schedule.WithState<S, R, I, O>,
849
- f: (out: O) => boolean,
850
- __tsplusTrace?: string,
851
- ): Schedule.WithState<S, R, I, O> {
852
- return self.check((_, out) => !f(out));
833
+ export function untilOutput<O>(f: (out: O) => boolean, __tsplusTrace?: string) {
834
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I, O> => {
835
+ return self.check((_, out) => !f(out));
836
+ };
853
837
  }
854
838
 
855
839
  /**
856
- * @tsplus fluent fncts.io.Schedule untilOutputIO
840
+ * @tsplus pipeable fncts.io.Schedule untilOutputIO
857
841
  */
858
- export function untilOutputIO_<S, R, I, O, R1>(
859
- self: Schedule.WithState<S, R, I, O>,
860
- f: (out: O) => URIO<R1, boolean>,
861
- __tsplusTrace?: string,
862
- ): Schedule.WithState<S, R | R1, I, O> {
863
- return self.checkIO((_, out) => f(out).map((b) => !b));
842
+ export function untilOutputIO<O, R1>(f: (out: O) => URIO<R1, boolean>, __tsplusTrace?: string) {
843
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O> => {
844
+ return self.checkIO((_, out) => f(out).map((b) => !b));
845
+ };
864
846
  }
865
847
 
866
848
  /**
@@ -874,47 +856,39 @@ export function upTo(
874
856
  }
875
857
 
876
858
  /**
877
- * @tsplus fluent fncts.io.Schedule whileInput
859
+ * @tsplus pipeable fncts.io.Schedule whileInput
878
860
  */
879
- export function whileInput_<S, R, I, O>(
880
- self: Schedule.WithState<S, R, I, O>,
881
- f: (inp: I) => boolean,
882
- __tsplusTrace?: string,
883
- ): Schedule.WithState<S, R, I, O> {
884
- return self.check((inp) => f(inp));
861
+ export function whileInput<I>(f: (inp: I) => boolean, __tsplusTrace?: string) {
862
+ return <S, R, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I, O> => {
863
+ return self.check((inp) => f(inp));
864
+ };
885
865
  }
886
866
 
887
867
  /**
888
- * @tsplus fluent fncts.io.Schedule whileInputIO
868
+ * @tsplus pipeable fncts.io.Schedule whileInputIO
889
869
  */
890
- export function whileInputIO_<S, R, I, O, R1>(
891
- self: Schedule.WithState<S, R, I, O>,
892
- f: (inp: I) => URIO<R1, boolean>,
893
- __tsplusTrace?: string,
894
- ): Schedule.WithState<S, R | R1, I, O> {
895
- return self.checkIO((inp) => f(inp));
870
+ export function whileInputIO<I, R1>(f: (inp: I) => URIO<R1, boolean>, __tsplusTrace?: string) {
871
+ return <S, R, O>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O> => {
872
+ return self.checkIO((inp) => f(inp));
873
+ };
896
874
  }
897
875
 
898
876
  /**
899
- * @tsplus fluent fncts.io.Schedule whileOutput
877
+ * @tsplus pipeable fncts.io.Schedule whileOutput
900
878
  */
901
- export function whileOutput_<S, R, I, O>(
902
- self: Schedule.WithState<S, R, I, O>,
903
- f: (out: O) => boolean,
904
- __tsplusTrace?: string,
905
- ): Schedule.WithState<S, R, I, O> {
906
- return self.check((_, out) => f(out));
879
+ export function whileOutput<O>(f: (out: O) => boolean, __tsplusTrace?: string) {
880
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R, I, O> => {
881
+ return self.check((_, out) => f(out));
882
+ };
907
883
  }
908
884
 
909
885
  /**
910
- * @tsplus fluent fncts.io.Schedule whileOutputIO
886
+ * @tsplus pipeable fncts.io.Schedule whileOutputIO
911
887
  */
912
- export function whileOutputIO_<S, R, I, O, R1>(
913
- self: Schedule.WithState<S, R, I, O>,
914
- f: (out: O) => URIO<R1, boolean>,
915
- __tsplusTrace?: string,
916
- ): Schedule.WithState<S, R | R1, I, O> {
917
- return self.checkIO((_, out) => f(out));
888
+ export function whileOutputIO<O, R1>(f: (out: O) => URIO<R1, boolean>, __tsplusTrace?: string) {
889
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<S, R | R1, I, O> => {
890
+ return self.checkIO((_, out) => f(out));
891
+ };
918
892
  }
919
893
 
920
894
  /**
@@ -939,46 +913,47 @@ export function windowed(
939
913
  }
940
914
 
941
915
  /**
942
- * @tsplus fluent fncts.io.Schedule zip
916
+ * @tsplus pipeable fncts.io.Schedule zip
943
917
  */
944
- export function zip_<S, R, I, O, S1, R1, I1, O1>(
945
- self: Schedule.WithState<S, R, I, O>,
946
- that: Schedule.WithState<S1, R1, I1, O1>,
947
- __tsplusTrace?: string,
948
- ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> {
949
- return self.intersectWith(that, (lInterval, rInterval) => lInterval.intersect(rInterval));
918
+ export function zip<S1, R1, I1, O1>(that: Schedule.WithState<S1, R1, I1, O1>, __tsplusTrace?: string) {
919
+ return <S, R, I, O>(
920
+ self: Schedule.WithState<S, R, I, O>,
921
+ ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, readonly [O, O1]> => {
922
+ return self.intersectWith(that, (lInterval, rInterval) => lInterval.intersect(rInterval));
923
+ };
950
924
  }
951
925
 
952
926
  /**
953
- * @tsplus fluent fncts.io.Schedule zipLeft
927
+ * @tsplus pipeable fncts.io.Schedule zipLeft
954
928
  */
955
- export function zipLeft_<S, R, I, O, S1, R1, I1, O1>(
956
- self: Schedule.WithState<S, R, I, O>,
957
- that: Schedule.WithState<S1, R1, I1, O1>,
958
- __tsplusTrace?: string,
959
- ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O> {
960
- return self.zip(that).map(([out]) => out);
929
+ export function zipLeft<S1, R1, I1, O1>(that: Schedule.WithState<S1, R1, I1, O1>, __tsplusTrace?: string) {
930
+ return <S, R, I, O>(
931
+ self: Schedule.WithState<S, R, I, O>,
932
+ ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O> => {
933
+ return self.zip(that).map(([out]) => out);
934
+ };
961
935
  }
962
936
 
963
937
  /**
964
- * @tsplus fluent fncts.io.Schedule zipRight
938
+ * @tsplus pipeable fncts.io.Schedule zipRight
965
939
  */
966
- export function zipRight_<S, R, I, O, S1, R1, I1, O1>(
967
- self: Schedule.WithState<S, R, I, O>,
968
- that: Schedule.WithState<S1, R1, I1, O1>,
969
- __tsplusTrace?: string,
970
- ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O1> {
971
- return self.zip(that).map(([_, out1]) => out1);
940
+ export function zipRight<S1, R1, I1, O1>(that: Schedule.WithState<S1, R1, I1, O1>, __tsplusTrace?: string) {
941
+ return <S, R, I, O>(
942
+ self: Schedule.WithState<S, R, I, O>,
943
+ ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O1> => {
944
+ return self.zip(that).map(([_, out1]) => out1);
945
+ };
972
946
  }
973
947
 
974
948
  /**
975
- * @tsplus fluent fncts.io.Schedule zipWith
949
+ * @tsplus pipeable fncts.io.Schedule zipWith
976
950
  */
977
- export function zipWith_<S, R, I, O, S1, R1, I1, O2, O3>(
978
- self: Schedule.WithState<S, R, I, O>,
951
+ export function zipWith<O, S1, R1, I1, O2, O3>(
979
952
  that: Schedule.WithState<S1, R1, I1, O2>,
980
953
  f: (out1: O, out2: O2) => O3,
981
954
  __tsplusTrace?: string,
982
- ): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O3> {
983
- return self.zip(that).map(([out1, out2]) => f(out1, out2));
955
+ ) {
956
+ return <S, R, I>(self: Schedule.WithState<S, R, I, O>): Schedule.WithState<readonly [S, S1], R | R1, I & I1, O3> => {
957
+ return self.zip(that).map(([out1, out2]) => f(out1, out2));
958
+ };
984
959
  }