class Async::Reactor
def close
-
(void)
-
def close # This is a critical step. Because tasks could be stored as instance variables, and since the reactor is (probably) going out of scope, we need to ensure they are stopped. Otherwise, the tasks will belong to a reactor that will never run again and are not stopped. self.stop(false) @selector.close @selector = nil end