Method ADT.Scheduler()->remove()

class ADT.Scheduler

Method remove

void remove(Consumer(< ValueType >) c)

Description

Remove the Consumer c from the set of active consumers.

The consumer may be reactivated by calling add().