Suggest that some APIs be marked as "transports-only".
This commit is contained in:
parent
d5374ae4cc
commit
e34084ed52
|
@ -439,7 +439,8 @@ supports it). The socket argument has to be a non-blocking socket.
|
||||||
|
|
||||||
TBD: Optional methods are not so good. Perhaps these should be
|
TBD: Optional methods are not so good. Perhaps these should be
|
||||||
required? It may still depend on the platform which set is more
|
required? It may still depend on the platform which set is more
|
||||||
efficient.
|
efficient. Another possibility: document these as "for transports
|
||||||
|
only" and the rest as "for anyone".
|
||||||
|
|
||||||
Callback Sequencing
|
Callback Sequencing
|
||||||
-------------------
|
-------------------
|
||||||
|
|
Loading…
Reference in New Issue