Skip to content

Commit

Permalink
Add commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored and Johannes Tax committed Jul 7, 2020
1 parent 3212ed4 commit 8f358c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdk/src/event/libevent/io_dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ namespace event
{
namespace libevent
{
/**
* Manages asynchronous events on a file descriptor.
*
* IoDispatcher enables an efficient design where SDKs use non-blocking sockets and a single
* background thread manages events by making successive calls to the OS's IO multiplexing polling
* function.
*/
class IoDispatcher final : public event::IoDispatcher
{
public:
Expand Down

0 comments on commit 8f358c9

Please sign in to comment.