Be explicit. Always check if liburing is enabled in runtime before calling any method in DepLibUring. This is cosmetic but helps when reading the whole code.
So basically, always check the new DepLibUring::IsEnabled() method before making any call to DepLibUring::xxxx(). This doesn't apply to DepLibUring::ClassInit()/Destroy().
Details
DepLibUring
. This is cosmetic but helps when reading the whole code.DepLibUring::IsEnabled()
method before making any call toDepLibUring::xxxx()
. This doesn't apply toDepLibUring::ClassInit()/Destroy()
.