Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

func.h
#ifndef FUNC_H
#define FUNC_H
struct func_outer {
  template <typename = int>
  void func();
};
#endif