enum Lifespan
C++
enum class Lifespan : int
How long a POA's objects live.
include/nprpc/nprpc.hpp:154
Cases
Transient = 0
Reference counted: deleted when the last client releases it.
include/nprpc/nprpc.hpp:156
Persistent = 1
Lives until deactivated explicitly, whatever clients hold.
include/nprpc/nprpc.hpp:158