Apache Mesos
Classes | Public Member Functions | Static Public Member Functions | List of all members
process::windows::EventLoop Class Reference

#include <libwinio.hpp>

Public Member Functions

Try< Nothingrun ()
 
Try< Nothingstop ()
 
Try< NothinglaunchTimer (const Duration &duration, const lambda::function< void()> &callback)
 
Try< NothingregisterHandle (const int_fd &fd)
 

Static Public Member Functions

static Try< EventLoop * > create ()
 

Member Function Documentation

static Try<EventLoop*> process::windows::EventLoop::create ( )
static
Try<Nothing> process::windows::EventLoop::launchTimer ( const Duration duration,
const lambda::function< void()> &  callback 
)
Try<Nothing> process::windows::EventLoop::registerHandle ( const int_fd fd)
Try<Nothing> process::windows::EventLoop::run ( )
Try<Nothing> process::windows::EventLoop::stop ( )

The documentation for this class was generated from the following file: