1 package edu.rice.cs.util;2 3 import java.io.Serializable ;4 5 public interface SRunnable extends Runnable , Serializable { }6 7