代码搜索:blocking

找到约 1,859 项符合「blocking」的源代码

代码结果 1,859
www.eeworm.com/read/338354/3318526

bas startup.bas

Attribute VB_Name = "startup" ' ' Project: vbrcvtmo ' ' Description: ' This simple project illustrates setting a receive timeout value on a ' blocking socket. What this means is that when
www.eeworm.com/read/317450/3580186

bas startup.bas

Attribute VB_Name = "startup" ' ' Project: vbrcvtmo ' ' Description: ' This simple project illustrates setting a receive timeout value on a ' blocking socket. What this means is that when
www.eeworm.com/read/303749/3808936

bas startup.bas

Attribute VB_Name = "startup" ' ' Project: vbrcvtmo ' ' Description: ' This simple project illustrates setting a receive timeout value on a ' blocking socket. What this means is that when
www.eeworm.com/read/446202/1714543

bas startup.bas

Attribute VB_Name = "startup" ' ' Project: vbrcvtmo ' ' Description: ' This simple project illustrates setting a receive timeout value on a ' blocking socket. What this means is that when
www.eeworm.com/read/396039/2425454

java threadsexample.java

/** * This file contains two examples that demonstrate how to code a pair * of common threaded application idioms: using an interruptible worker * thread to compute a value, blocking a worker thr
www.eeworm.com/read/253785/4392144

m ttfetch.m

% TTFETCH Fetch a message from a mailbox (blocking) % % Usage: ttFetch(mailboxname) % % Inputs: % mailboxname Name of a mailbox. % % Note: % The actual message is read using TTRETRIEVE. %
www.eeworm.com/read/177586/9446434

py yielddefer.py

# yielddefer is an async programming mechanism with a blocking look-alike syntax # # from inside a generator launched with launch_coroutine: # wait on a deferred to be called back by yielding it # ret
www.eeworm.com/read/151896/5678369

rej testconcurrency.java.rej

@@ -60,6 +66,101 @@ } /** + * Checks whether the cache handles simultaneous attempts to access a + * stable cache entry correctly when the blocking mode is enabled. + * +
www.eeworm.com/read/118004/14891013

pas unitmain.pas

unit UnitMain; interface { This example show how you can specify the minimum and maximum sizes of a window, showing it directly to the user by blocking him during resize. It also
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