| 390 | using TSlowlyDyingObjectWkPtr = TWeakPtr<TSlowlyDyingObject>; |
| 391 | |
| 392 | static void AsynchronousDeleter(TSlowlyDyingObjectPtr& indirectObject) |
| 393 | { |
| 394 | indirectObject.Reset(); |
| 395 | } |
| 396 | |
| 397 | TEST_F(TWeakPtrTest, AcquisitionOfSlowlyDyingObject) |
| 398 | { |