Cleanup typedef

Cleanup = void Function()

A function to be called to cleanup an effect.

Implementation

typedef Cleanup = void Function();