代码搜索:asynchronous

找到约 2,366 项符合「asynchronous」的源代码

代码结果 2,366
www.eeworm.com/read/451586/1660428

java asynclistener.java

package rabbit.proxy; /** A listener for asynchronous events. * * @author Robert Olofsson */ public interface AsyncListener { /** Reading failed *
www.eeworm.com/read/246751/4492008

readme

This is ares, an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary
www.eeworm.com/read/233554/4666606

readme

Asynchronous DNS ---------------- Intro. For those who write real time network applications that have to handle multiple TCP or UDP connections, the problem of effectively doing DNS lookup
www.eeworm.com/read/209559/4969182

h sdla_asy.h

/***************************************************************************** * sdla_asy.h Header file for the Sangoma S508/S514 asynchronous code API * * Author: Gideon Hack * * Copyright: (c) 2
www.eeworm.com/read/209559/4975204

c xprt.c

/* * linux/net/sunrpc/xprt.c * * This is a generic RPC call interface supporting congestion avoidance, * and asynchronous calls. * * The interface works like this: * * - When a process pl
www.eeworm.com/read/195013/5119523

h sdla_asy.h

/***************************************************************************** * sdla_asy.h Header file for the Sangoma S508/S514 asynchronous code API * * Author: Gideon Hack * * Copyright: (c) 2
www.eeworm.com/read/195013/5123637

c xprt.c

/* * linux/net/sunrpc/xprt.c * * This is a generic RPC call interface supporting congestion avoidance, * and asynchronous calls. * * The interface works like this: * * - When a process pl
www.eeworm.com/read/182103/5266216

h asr.h

/* asr.h * * This include file contains all the constants and structures associated * with the Asynchronous Signal Handler. This Handler provides the low-level * support required by the Signa
www.eeworm.com/read/179911/5300889

c xprt.c

/* * linux/net/sunrpc/xprt.c * * This is a generic RPC call interface supporting congestion avoidance, * and asynchronous calls. * * The interface works like this: * * - When a process pl
www.eeworm.com/read/174335/5361876

hpp pool.hpp

/*! \file * \brief Thread pool core. * * This file contains the threadpool's core class: pool. * * Thread pools are a mechanism for asynchronous and parallel processing * withi