Пример #1
0
void Stream::stop()
{
    neuter();
    abort();
}
Пример #2
0
void Stream::contextDestroyed() {
  neuter();
  abort();
}