Function gluon_language_server::start_server[][src]

pub fn start_server<R, W>(
    thread: RootedThread,
    input: R,
    output: W
) -> impl Future<Item = (), Error = Error> where
    R: AsyncRead + Send + 'static,
    W: AsyncWrite + Send + 'static,