fork

fun fork(name: String, join: JoinStation, childCount: ChildCountIfc, childFactory: ChildFactoryIfc? = null, childReceiver: QObjectReceiverIfc = NotImplementedReceiver, nextReceiver: QObjectReceiverIfc = NotImplementedReceiver): ForkStation(source)

Declares the fork side of a fork-join pair. See StationNetwork.forkStation.