Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

F.cpp
void f() {
  void const *l1_ptr = &&l1;
  goto *l1_ptr;
l1:
  return;
}