Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • emarsden's avatar
    4baf6da6
    · 4baf6da6
    emarsden authored
      - add a non-blocking version of CONNECT-TO-INET-SOCKET, which avoids
        having CMUCL blocked in in the connect() system call, allowing other
        threads to run. The new function is called
        CONNECT-TO-INET-SOCKET/NON-BLOCKING, and CMUCL still uses the old
        function internally.
    
    From Michael Hannemann.
    4baf6da6
    History
    emarsden authored
      - add a non-blocking version of CONNECT-TO-INET-SOCKET, which avoids
        having CMUCL blocked in in the connect() system call, allowing other
        threads to run. The new function is called
        CONNECT-TO-INET-SOCKET/NON-BLOCKING, and CMUCL still uses the old
        function internally.
    
    From Michael Hannemann.