Deprecate session manager's Done()

This commit is contained in:
Jan Grashoefer 2025-04-15 17:24:41 +02:00
parent 013dc2010f
commit 124f2a7d28
4 changed files with 8 additions and 6 deletions

View file

@ -59,7 +59,8 @@ public:
Manager();
~Manager();
void Done(); // call to drain events before destructing
[[deprecated("Remove in v8.1 - no functionality. Use Drain() and Clear().")]]
void Done() {};
// Looks up the connection referred to by the given Val,
// which should be a conn_id record. Returns nil if there's