62636465666768
/** * {@inheritDoc} */ @Override public SocketRuntime createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions) { return new SerialSocketRuntime(transportInUse, options, new DefaultFuture(this), this, functions); }