arti does not seem to have a way to signal to parent application that its ready for rpc connections

With c-tor tor controllers one can wait for the file requested by ControlPortWriteToFile to exist before connecting. Thus far my workaround has been to repeatedly call RpcConnBuilder::connect() until success which is similar in flavor to spamming a check for the control port file but seems bad somehow.