samalone / websocket-actor-system

A client/server actor system for Swift distributed actors

Home Page:https://samalone.github.io/websocket-actor-system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isolate documentation for incidental public types

samalone opened this issue · comments

There are several types in the package that are public not because they are intended to be used directly, but because they are required to be public as part of the DistributedActorSystem protocol requirements. These include:

  • NIOInvocationEncoder
  • NIOInvocationDecoder
  • WebSocketActorSystemResultHandler

These types should be grouped into a section at the bottom of the top-level documentation so they don't distract from the primary APIs.