@fncts/io 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/Cached.cjs +3 -3
- package/_cjs/Channel/ChildExecutorDecision.cjs +2 -2
- package/_cjs/Channel/UpstreamPullRequest.cjs +2 -2
- package/_cjs/Channel/UpstreamPullStrategy.cjs +1 -1
- package/_cjs/Channel/core-api.cjs +1 -1
- package/_cjs/Channel.cjs +3 -3
- package/_cjs/Clock.cjs +3 -3
- package/_cjs/Console.cjs +3 -3
- package/_cjs/Fiber.cjs +23 -23
- package/_cjs/FiberRef.cjs +5 -5
- package/_cjs/FiberRefs.cjs +3 -3
- package/_cjs/FiberScope.cjs +2 -2
- package/_cjs/FiberState/constructors.cjs +1 -1
- package/_cjs/FiberState.cjs +3 -3
- package/_cjs/FiberStatus/constructors.cjs +1 -1
- package/_cjs/FiberStatus.cjs +2 -2
- package/_cjs/Future.cjs +3 -3
- package/_cjs/Hub.cjs +2 -2
- package/_cjs/IO/api/core-scope.cjs +1 -1
- package/_cjs/IO/api/interrupt.cjs +1 -1
- package/_cjs/IO.cjs +47 -47
- package/_cjs/IOEnv.cjs +3 -3
- package/_cjs/InterruptStatus.cjs +2 -2
- package/_cjs/Layer.cjs +3 -3
- package/_cjs/Logger.cjs +3 -3
- package/_cjs/Queue/api.cjs +7 -7
- package/_cjs/Queue.cjs +5 -5
- package/_cjs/Random.cjs +3 -3
- package/_cjs/Ref/Atomic/Atomic.cjs +3 -3
- package/_cjs/Ref/Atomic.cjs +2 -2
- package/_cjs/Ref/Derived.cjs +2 -2
- package/_cjs/Ref/DerivedAll.cjs +1 -1
- package/_cjs/Ref/Synchronized/api.cjs +1 -1
- package/_cjs/Ref/Synchronized/constructors.cjs +1 -1
- package/_cjs/Ref/Synchronized/definition.cjs +1 -1
- package/_cjs/Ref/api/get.cjs +1 -1
- package/_cjs/Ref/api/match.cjs +1 -1
- package/_cjs/Ref/api/matchAll.cjs +1 -1
- package/_cjs/Ref/api/modify.cjs +1 -1
- package/_cjs/Ref/api/set.cjs +1 -1
- package/_cjs/Ref/api.cjs +8 -8
- package/_cjs/Ref/constructors.cjs +1 -1
- package/_cjs/Ref.cjs +9 -9
- package/_cjs/STM/api/core-api.cjs +1 -1
- package/_cjs/STM/api/core-constructors.cjs +1 -1
- package/_cjs/STM/api.cjs +2 -2
- package/_cjs/STM/driver.cjs +1 -1
- package/_cjs/STM/internal/Entry.cjs +1 -1
- package/_cjs/STM/internal/Journal.cjs +2 -2
- package/_cjs/STM.cjs +5 -5
- package/_cjs/Schedule.cjs +5 -5
- package/_cjs/Scope/Finalizer.cjs +1 -1
- package/_cjs/Scope/ReleaseMap/api/releaseAll.cjs +1 -1
- package/_cjs/Scope/ReleaseMap/api.cjs +1 -1
- package/_cjs/Scope/ReleaseMap/constructors.cjs +1 -1
- package/_cjs/Scope/ReleaseMap.cjs +3 -3
- package/_cjs/Scope/api.cjs +1 -1
- package/_cjs/Scope.cjs +2 -2
- package/_cjs/ScopedRef.cjs +2 -2
- package/_cjs/Sink.cjs +2 -2
- package/_cjs/State/api.cjs +2 -2
- package/_cjs/State/definition.cjs +1 -1
- package/_cjs/State.cjs +2 -2
- package/_cjs/Stream/api/zipAllWith.cjs +1 -1
- package/_cjs/Stream/api/zipWith.cjs +1 -1
- package/_cjs/Stream/api.cjs +2 -2
- package/_cjs/Stream.cjs +2 -2
- package/_cjs/Supervisor/constructors.cjs +1 -1
- package/_cjs/Supervisor.cjs +3 -3
- package/_cjs/TExit/constructors.cjs +1 -1
- package/_cjs/TExit.cjs +2 -2
- package/_cjs/TFuture.cjs +3 -3
- package/_cjs/TRef/api.cjs +2 -2
- package/_cjs/TRef/constructors.cjs +3 -3
- package/_cjs/TRef.cjs +3 -3
- package/_cjs/TSemaphore/api.cjs +1 -1
- package/_cjs/TSemaphore.cjs +3 -3
- package/_cjs/collection/immutable/Conc.cjs +3 -3
- package/package.json +3 -3
@@ -7,7 +7,7 @@ exports.zipWith_ = zipWith_;
|
|
7
7
|
|
8
8
|
var tsplus_module_1 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/io/Stream/api/zipWithChunks"));
|
9
9
|
|
10
|
-
var _util = /*#__PURE__*/require("../internal/util.
|
10
|
+
var _util = /*#__PURE__*/require("../internal/util.cjs");
|
11
11
|
|
12
12
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
13
13
|
|
package/_cjs/Stream/api.cjs
CHANGED
@@ -252,9 +252,9 @@ var tsplus_module_64 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/requir
|
|
252
252
|
|
253
253
|
var _function = /*#__PURE__*/require("@fncts/base/data/function");
|
254
254
|
|
255
|
-
var _definition2 = /*#__PURE__*/require("./definition.
|
255
|
+
var _definition2 = /*#__PURE__*/require("./definition.cjs");
|
256
256
|
|
257
|
-
var _SinkEndReason2 = /*#__PURE__*/require("./internal/SinkEndReason.
|
257
|
+
var _SinkEndReason2 = /*#__PURE__*/require("./internal/SinkEndReason.cjs");
|
258
258
|
|
259
259
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
260
260
|
|
package/_cjs/Stream.cjs
CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
var _api = /*#__PURE__*/require("./Stream/api.
|
7
|
+
var _api = /*#__PURE__*/require("./Stream/api.cjs");
|
8
8
|
|
9
9
|
Object.keys(_api).forEach(function (key) {
|
10
10
|
if (key === "default" || key === "__esModule") return;
|
@@ -17,7 +17,7 @@ Object.keys(_api).forEach(function (key) {
|
|
17
17
|
});
|
18
18
|
});
|
19
19
|
|
20
|
-
var _definition = /*#__PURE__*/require("./Stream/definition.
|
20
|
+
var _definition = /*#__PURE__*/require("./Stream/definition.cjs");
|
21
21
|
|
22
22
|
Object.keys(_definition).forEach(function (key) {
|
23
23
|
if (key === "default" || key === "__esModule") return;
|
@@ -15,7 +15,7 @@ var tsplus_module_3 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require
|
|
15
15
|
|
16
16
|
var tsplus_module_4 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/collection/immutable/HashSet/api"));
|
17
17
|
|
18
|
-
var _definition2 = /*#__PURE__*/require("./definition.
|
18
|
+
var _definition2 = /*#__PURE__*/require("./definition.cjs");
|
19
19
|
|
20
20
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
21
21
|
|
package/_cjs/Supervisor.cjs
CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
var _api = /*#__PURE__*/require("./Supervisor/api.
|
7
|
+
var _api = /*#__PURE__*/require("./Supervisor/api.cjs");
|
8
8
|
|
9
9
|
Object.keys(_api).forEach(function (key) {
|
10
10
|
if (key === "default" || key === "__esModule") return;
|
@@ -17,7 +17,7 @@ Object.keys(_api).forEach(function (key) {
|
|
17
17
|
});
|
18
18
|
});
|
19
19
|
|
20
|
-
var _constructors = /*#__PURE__*/require("./Supervisor/constructors.
|
20
|
+
var _constructors = /*#__PURE__*/require("./Supervisor/constructors.cjs");
|
21
21
|
|
22
22
|
Object.keys(_constructors).forEach(function (key) {
|
23
23
|
if (key === "default" || key === "__esModule") return;
|
@@ -30,7 +30,7 @@ Object.keys(_constructors).forEach(function (key) {
|
|
30
30
|
});
|
31
31
|
});
|
32
32
|
|
33
|
-
var _definition = /*#__PURE__*/require("./Supervisor/definition.
|
33
|
+
var _definition = /*#__PURE__*/require("./Supervisor/definition.cjs");
|
34
34
|
|
35
35
|
Object.keys(_definition).forEach(function (key) {
|
36
36
|
if (key === "default" || key === "__esModule") return;
|
package/_cjs/TExit.cjs
CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
var _constructors = /*#__PURE__*/require("./TExit/constructors.
|
7
|
+
var _constructors = /*#__PURE__*/require("./TExit/constructors.cjs");
|
8
8
|
|
9
9
|
Object.keys(_constructors).forEach(function (key) {
|
10
10
|
if (key === "default" || key === "__esModule") return;
|
@@ -17,7 +17,7 @@ Object.keys(_constructors).forEach(function (key) {
|
|
17
17
|
});
|
18
18
|
});
|
19
19
|
|
20
|
-
var _definition = /*#__PURE__*/require("./TExit/definition.
|
20
|
+
var _definition = /*#__PURE__*/require("./TExit/definition.cjs");
|
21
21
|
|
22
22
|
Object.keys(_definition).forEach(function (key) {
|
23
23
|
if (key === "default" || key === "__esModule") return;
|
package/_cjs/TFuture.cjs
CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
var _api = /*#__PURE__*/require("./TFuture/api.
|
7
|
+
var _api = /*#__PURE__*/require("./TFuture/api.cjs");
|
8
8
|
|
9
9
|
Object.keys(_api).forEach(function (key) {
|
10
10
|
if (key === "default" || key === "__esModule") return;
|
@@ -17,7 +17,7 @@ Object.keys(_api).forEach(function (key) {
|
|
17
17
|
});
|
18
18
|
});
|
19
19
|
|
20
|
-
var _constructors = /*#__PURE__*/require("./TFuture/constructors.
|
20
|
+
var _constructors = /*#__PURE__*/require("./TFuture/constructors.cjs");
|
21
21
|
|
22
22
|
Object.keys(_constructors).forEach(function (key) {
|
23
23
|
if (key === "default" || key === "__esModule") return;
|
@@ -30,7 +30,7 @@ Object.keys(_constructors).forEach(function (key) {
|
|
30
30
|
});
|
31
31
|
});
|
32
32
|
|
33
|
-
var _definition = /*#__PURE__*/require("./TFuture/definition.
|
33
|
+
var _definition = /*#__PURE__*/require("./TFuture/definition.cjs");
|
34
34
|
|
35
35
|
Object.keys(_definition).forEach(function (key) {
|
36
36
|
if (key === "default" || key === "__esModule") return;
|
package/_cjs/TRef/api.cjs
CHANGED
@@ -34,9 +34,9 @@ var tsplus_module_8 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require
|
|
34
34
|
|
35
35
|
var tsplus_module_9 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fncts/base/data/Maybe/destructors"));
|
36
36
|
|
37
|
-
var _definition2 = /*#__PURE__*/require("../STM/definition.
|
37
|
+
var _definition2 = /*#__PURE__*/require("../STM/definition.cjs");
|
38
38
|
|
39
|
-
var _definition3 = /*#__PURE__*/require("../TRef/definition.
|
39
|
+
var _definition3 = /*#__PURE__*/require("../TRef/definition.cjs");
|
40
40
|
|
41
41
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
42
42
|
|
@@ -17,11 +17,11 @@ var tsplus_module_3 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require
|
|
17
17
|
|
18
18
|
var _AtomicReference = /*#__PURE__*/require("@fncts/base/internal/AtomicReference");
|
19
19
|
|
20
|
-
var _definition = /*#__PURE__*/require("../STM/definition.
|
20
|
+
var _definition = /*#__PURE__*/require("../STM/definition.cjs");
|
21
21
|
|
22
|
-
var _Versioned = /*#__PURE__*/require("../STM/internal/Versioned.
|
22
|
+
var _Versioned = /*#__PURE__*/require("../STM/internal/Versioned.cjs");
|
23
23
|
|
24
|
-
var _definition2 = /*#__PURE__*/require("./definition.
|
24
|
+
var _definition2 = /*#__PURE__*/require("./definition.cjs");
|
25
25
|
|
26
26
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
27
27
|
|
package/_cjs/TRef.cjs
CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
var _api = /*#__PURE__*/require("./TRef/api.
|
7
|
+
var _api = /*#__PURE__*/require("./TRef/api.cjs");
|
8
8
|
|
9
9
|
Object.keys(_api).forEach(function (key) {
|
10
10
|
if (key === "default" || key === "__esModule") return;
|
@@ -17,7 +17,7 @@ Object.keys(_api).forEach(function (key) {
|
|
17
17
|
});
|
18
18
|
});
|
19
19
|
|
20
|
-
var _constructors = /*#__PURE__*/require("./TRef/constructors.
|
20
|
+
var _constructors = /*#__PURE__*/require("./TRef/constructors.cjs");
|
21
21
|
|
22
22
|
Object.keys(_constructors).forEach(function (key) {
|
23
23
|
if (key === "default" || key === "__esModule") return;
|
@@ -30,7 +30,7 @@ Object.keys(_constructors).forEach(function (key) {
|
|
30
30
|
});
|
31
31
|
});
|
32
32
|
|
33
|
-
var _definition = /*#__PURE__*/require("./TRef/definition.
|
33
|
+
var _definition = /*#__PURE__*/require("./TRef/definition.cjs");
|
34
34
|
|
35
35
|
Object.keys(_definition).forEach(function (key) {
|
36
36
|
if (key === "default" || key === "__esModule") return;
|
package/_cjs/TSemaphore/api.cjs
CHANGED
@@ -23,7 +23,7 @@ var tsplus_module_5 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require
|
|
23
23
|
|
24
24
|
var _assert = /*#__PURE__*/require("@fncts/base/util/assert");
|
25
25
|
|
26
|
-
var _definition2 = /*#__PURE__*/require("../STM/definition.
|
26
|
+
var _definition2 = /*#__PURE__*/require("../STM/definition.cjs");
|
27
27
|
|
28
28
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
29
29
|
|
package/_cjs/TSemaphore.cjs
CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
var _api = /*#__PURE__*/require("./TSemaphore/api.
|
7
|
+
var _api = /*#__PURE__*/require("./TSemaphore/api.cjs");
|
8
8
|
|
9
9
|
Object.keys(_api).forEach(function (key) {
|
10
10
|
if (key === "default" || key === "__esModule") return;
|
@@ -17,7 +17,7 @@ Object.keys(_api).forEach(function (key) {
|
|
17
17
|
});
|
18
18
|
});
|
19
19
|
|
20
|
-
var _constructors = /*#__PURE__*/require("./TSemaphore/constructors.
|
20
|
+
var _constructors = /*#__PURE__*/require("./TSemaphore/constructors.cjs");
|
21
21
|
|
22
22
|
Object.keys(_constructors).forEach(function (key) {
|
23
23
|
if (key === "default" || key === "__esModule") return;
|
@@ -30,7 +30,7 @@ Object.keys(_constructors).forEach(function (key) {
|
|
30
30
|
});
|
31
31
|
});
|
32
32
|
|
33
|
-
var _definition = /*#__PURE__*/require("./TSemaphore/definition.
|
33
|
+
var _definition = /*#__PURE__*/require("./TSemaphore/definition.cjs");
|
34
34
|
|
35
35
|
Object.keys(_definition).forEach(function (key) {
|
36
36
|
if (key === "default" || key === "__esModule") return;
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
|
7
|
-
var _findIO = /*#__PURE__*/require("./Conc/findIO.
|
7
|
+
var _findIO = /*#__PURE__*/require("./Conc/findIO.cjs");
|
8
8
|
|
9
9
|
Object.keys(_findIO).forEach(function (key) {
|
10
10
|
if (key === "default" || key === "__esModule") return;
|
@@ -17,7 +17,7 @@ Object.keys(_findIO).forEach(function (key) {
|
|
17
17
|
});
|
18
18
|
});
|
19
19
|
|
20
|
-
var _mapIO = /*#__PURE__*/require("./Conc/mapIO.
|
20
|
+
var _mapIO = /*#__PURE__*/require("./Conc/mapIO.cjs");
|
21
21
|
|
22
22
|
Object.keys(_mapIO).forEach(function (key) {
|
23
23
|
if (key === "default" || key === "__esModule") return;
|
@@ -30,7 +30,7 @@ Object.keys(_mapIO).forEach(function (key) {
|
|
30
30
|
});
|
31
31
|
});
|
32
32
|
|
33
|
-
var _takeWhileIO = /*#__PURE__*/require("./Conc/takeWhileIO.
|
33
|
+
var _takeWhileIO = /*#__PURE__*/require("./Conc/takeWhileIO.cjs");
|
34
34
|
|
35
35
|
Object.keys(_takeWhileIO).forEach(function (key) {
|
36
36
|
if (key === "default" || key === "__esModule") return;
|
package/package.json
CHANGED