blob: 941fd36d07103a15b71dda26a8f44aaa76cfbb1c [file] [log] [blame]
package main
type SleepWaiter struct{}
func (this SleepWaiter) Wait() {
}