_task_width

func _task_width() -> Int

Returns the runtime's worker-width hint, clamped by the host to at least one.

This is scheduling capacity, not a guarantee that a spawned task runs concurrently.

View Source
pub func _task_width() -> Int {
	#_ir { %? = task_width }
}