keepAlive method

A keepAlive()

Prevent the state of this atom from being automatically disposed.

Implementation

A keepAlive() {
  (this as A)._keepAlive = true;
  return this as A;
}