// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
// SPDX-License-Identifier: MIT

package connctx

import (
	
)

// Pipe creates piped pair of ConnCtx.
func () (ConnCtx, ConnCtx) {
	,  := net.Pipe()
	return New(), New()
}