代码搜索:Non-blocking
找到约 428 项符合「Non-blocking」的源代码
代码结果 428
www.eeworm.com/read/287555/8682442
pdf blocking and non-blocking assignments in (im)explicit.pdf
www.eeworm.com/read/390106/8483428
htm nbclientsocket.htm
Creating a Non-Blocking Socket (Java Developers Almanac Example)
www.eeworm.com/read/147311/12567145
html nbclientsocket.html
Creating a Non-Blocking Socket
(Java Developers Almanac Example)
www.eeworm.com/read/127767/14337854
txt e173. creating a non-blocking socket.txt
This example shows how to create a non-blocking socket. A non-blocking socket requires a socket channel.
See also e176 Using a Selector to Manage Non-Blocking Sockets.
// Creates a non-block
www.eeworm.com/read/337750/12343006
notes
Notes on bi-directional simultanious I/O: (from barrett@asgard.cs.colorado.edu)
Problems Discussed:
- How do you prevent a write from blocking when select(2) returns true?
- How do you detect
www.eeworm.com/read/100302/15877454
notes
Notes on bi-directional simultanious I/O: (from barrett@asgard.cs.colorado.edu)
Problems Discussed:
- How do you prevent a write from blocking when select(2) returns true?
- How do you detect
www.eeworm.com/read/127767/14336036
txt e177. creating a non-blocking server socket.txt
This example shows how to create a non-blocking server socket. A non-blocking server socket requires a server socket channel.
See also e179 Using a Selector to Manage Non-Blocking Server Sockets.
www.eeworm.com/read/185143/9055843
notes
Notes on bi-directional simultanious I/O: (from barrett@asgard.cs.colorado.edu)
Problems Discussed:
- How do you prevent a write from blocking when select(2) returns true?
- How do you detect
www.eeworm.com/read/185142/9055925
notes
Notes on bi-directional simultanious I/O: (from barrett@asgard.cs.colorado.edu)
Problems Discussed:
- How do you prevent a write from blocking when select(2) returns true?
- How do you detect
www.eeworm.com/read/371921/9530809
txt avrxserialio_documentation.txt
Sept, 14, 2005
Larry Barello (larry@barello.net)
Example code for buffered and non-buffered serial I/O for AvrX. This code base
includes the new AvrX FIFO facility, which requires AvrX 2.6f for