Skip to main content
AgentOptions.scheduling - http - Node documentation
property AgentOptions.scheduling

Usage in Deno

import { type AgentOptions } from "node:http";

Scheduling strategy to apply when picking the next free socket to use.

Type

"fifo"
| "lifo"
| undefined