|
JanosVM v1.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StdioSpec | |
edu.utah.janosvm.resources | Resources managed by the JanosVM on a per-team basis. |
java.lang.isolate | JanosVM Isolate API Prototype |
Uses of StdioSpec in edu.utah.janosvm.resources |
Methods in edu.utah.janosvm.resources that return StdioSpec | |
static StdioSpec |
StdioSpec.current()
|
static StdioSpec |
StdioSpec.currentFD()
|
static StdioSpec |
StdioSpec.defaultSpec()
|
Uses of StdioSpec in java.lang.isolate |
Methods in java.lang.isolate that return StdioSpec | |
private static StdioSpec |
Isolate.makeStdioSpec(IsolateMessage stdin,
IsolateMessage stdout,
IsolateMessage stderr)
XXX race condition between copying an FD out of the isolate message and then that fd being closed and something completely unrelated being re-opened on that FD before we get to the resource subscription. |
|
JanosVM v1.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |