-
- Downloads
Splitted delegate connection classes into blocking and non-blocking...
Splitted delegate connection classes into blocking and non-blocking implementations (at least prepared for non-blocking). This was necessary because we cannot simply wrap channels into input streams on non-blocking sockets.
Showing
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/BasePackage.java 1 addition, 0 deletions.../com/oracle/truffle/r/nodes/builtin/base/BasePackage.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/ConnectionFunctions.java 3 additions, 2 deletions...cle/truffle/r/nodes/builtin/base/ConnectionFunctions.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RError.java 2 additions, 1 deletion...le.r.runtime/src/com/oracle/truffle/r/runtime/RError.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/ConnectionSupport.java 1 addition, 16 deletions.../com/oracle/truffle/r/runtime/conn/ConnectionSupport.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateRConnection.java 5 additions, 5 deletions...om/oracle/truffle/r/runtime/conn/DelegateRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadNonBlockRConnection.java 112 additions, 0 deletions...uffle/r/runtime/conn/DelegateReadNonBlockRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadRConnection.java 14 additions, 12 deletions...racle/truffle/r/runtime/conn/DelegateReadRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadWriteNonBlockRConnection.java 112 additions, 0 deletions.../r/runtime/conn/DelegateReadWriteNonBlockRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadWriteRConnection.java 20 additions, 20 deletions.../truffle/r/runtime/conn/DelegateReadWriteRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateWriteNonBlockRConnection.java 106 additions, 0 deletions...ffle/r/runtime/conn/DelegateWriteNonBlockRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateWriteRConnection.java 7 additions, 14 deletions...acle/truffle/r/runtime/conn/DelegateWriteRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/FifoConnections.java 19 additions, 16 deletions...rc/com/oracle/truffle/r/runtime/conn/FifoConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/FileConnections.java 47 additions, 226 deletions...rc/com/oracle/truffle/r/runtime/conn/FileConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/PipeConnections.java 0 additions, 54 deletions...rc/com/oracle/truffle/r/runtime/conn/PipeConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/RConnection.java 8 additions, 5 deletions...me/src/com/oracle/truffle/r/runtime/conn/RConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/RawConnections.java 3 additions, 14 deletions...src/com/oracle/truffle/r/runtime/conn/RawConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/ReadWriteHelper.java 159 additions, 12 deletions...rc/com/oracle/truffle/r/runtime/conn/ReadWriteHelper.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/SocketConnections.java 53 additions, 6 deletions.../com/oracle/truffle/r/runtime/conn/SocketConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/StdConnections.java 1 addition, 1 deletion...src/com/oracle/truffle/r/runtime/conn/StdConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/TextConnections.java 5 additions, 12 deletions...rc/com/oracle/truffle/r/runtime/conn/TextConnections.java
Loading
Please register or sign in to comment