/** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Fiber.ts.html * - Module: "@effect/io/Fiber" * ``` */ import * as Id from "@effect/io/Fiber/Id"; import * as RuntimeFlags from "@effect/io/Fiber/Runtime/Flags"; import * as RuntimeFlagsPatch from "@effect/io/Fiber/Runtime/Flags/Patch"; import * as Status from "@effect/io/Fiber/Status"; export * from "@effect/io/Fiber"; export { /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Fiber/Id.ts.html * - Module: "@effect/io/Fiber/Id" * ``` */ Id, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags.ts.html * - Module: "@effect/io/Fiber/Runtime/Flags" * ``` */ RuntimeFlags, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Fiber/Runtime/Flags/Patch.ts.html * - Module: "@effect/io/Fiber/Runtime/Flags/Patch" * ``` */ RuntimeFlagsPatch, /** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Fiber/Status.ts.html * - Module: "@effect/io/Fiber/Status" * ``` */ Status }; //# sourceMappingURL=Fiber.d.ts.map