Xline
Xline copied to clipboard
Implement drop to stop tokio async task
Server will start tokio async task during Server::new(). When server is stopped, need to abort the async task. Example