bug23676 395 B

123456
  1. o Major bugfixes (scheduler):
  2. If a channel is put into the scheduler's pending list, then it starts
  3. closing, and then if the scheduler runs before it finishes closing, the
  4. scheduler will get stuck trying to flush its cells while the lower layers
  5. refuse to cooperate. Fix that race condition by given the scheduler an
  6. escape method. Fixes bug 23676; bugfix on 0.3.2.1-alpha