Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::service Namespace Reference

Namespaces

namespace  dns
 
namespace  http
 
namespace  v1
 
namespace  v2
 

Classes

class  MasterEventLoop
 User load balancer main thread. More...
 
class  Service
 Service Interface. More...
 
class  SystemBalanceLoader
 System Balance Loader (non-user scheduled loader) More...
 
struct  TcpConnection
 TCP Connection. More...
 
class  TcpTransporter
 TCP transporter. More...
 
struct  TcpTransporterConfig
 TCP transporter configuration. More...
 
class  UserBalanceLoader
 User load balancer, applicable to all platforms. More...
 

Typedefs

using BalanceLoader = UserBalanceLoader
 
using Service = sese::event::EventLoop
 
typedef v2::TimeoutEvent TimeoutEvent
 Timeout event struct.
 
typedef v2::TimerableService TimerableService
 Timerable Service.
 

Typedef Documentation

◆ BalanceLoader

◆ Service

using sese::service::Service = sese::event::EventLoop

◆ TimeoutEvent

Timeout event struct.

◆ TimerableService