class Async::Stop::Later

def initialize(task)

@parameter task [Task] The task to stop later.

Create a new stop later operation.
def initialize(task)
	@task = task
end