Skip to content

Commit

Permalink
Update comments a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed May 2, 2024
1 parent e1f22f6 commit a9a370b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/transport/Session.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ class Session;
* Process(&handle); // reference is now safe to use.
* }
*
* To meet the requirements of "you should not store this", the Handle has additional restrictions
* preventing modification (no assignment or copy constructor) and allows only move.
*
*/
class SessionHandle
{
Expand Down

0 comments on commit a9a370b

Please sign in to comment.