import { Effect } from "@effect/core/io/Effect/definition"; import { Hub } from "@effect/core/io/Hub/definition"; /** * Creates a bounded hub with the dropping strategy. The hub will drop new * messages if the hub is at capacity. * * For best performance use capacities that are powers of two. * @tsplus static effect/core/io/Hub.Ops dropping * @tsplus location "@effect/core/io/Hub/operations/dropping" */ export declare function dropping(requestedCapacity: number): Effect>; //# sourceMappingURL=dropping.d.ts.map