[][src]Function tether::start

pub unsafe fn start(cb: fn())

Initialize things; call this first.

By calling this function, you're promising us that you haven't called it before, and that this is the main thread. The provided callback should contain your "real" main function.