Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#pragma once namespace std { struct nothrow_t { explicit nothrow_t() = default; }; }