import consumer as c; import producer::producer; composite main() { channel output -> input; new c::consumer(input); new producer(output); }