You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor api_session_implementationt to reduce forward declarations
This avoids exposing forward declarations of internal type in the API by
introducing a singular api_session_implementationt type instead. This
should also result in reduced build times during development as changing
the members of the implementation struct can be done without altering
the header file.
0 commit comments