use ;
use join;
let = bounded;
// A request "thread"
let requester = async ;
// A response "thread"
// This one recieves a &str, and returns its length
let responder = async ;
// Run them both together
let = join!;
assert!
use ;
use join;
let = bounded;
// A request "thread"
let requester = async ;
// A response "thread"
// This one recieves a &str, and returns its length
let responder = async ;
// Run them both together
let = join!;
assert!