[Issue 262] New: Missing DDoc comments in on Socket.blocking
Unknown W. Brackets
unknown at simplemachines.org
Sun Jul 23 12:41:12 PDT 2006
Something like this?
/// The socket's blocking flag.
/// When a socket is blocking, calls to receive(), accept(), and send()
will block and wait for data/action.
/// A non-blocking socket will immediately return instead of blocking.
bool blocking() // getter
/// ditto
void blocking(bool byes) // setter
Too much, or not enough information?
Thanks,
-[Unknown]
> d-bugmail at puremagic.com wrote:
>> Both the getter and the setter for the blocking property of Socket are
>> missing
>> DDoc comments. When reading the documentation, this makes it seem as
>> if there
>> is no way to configure a socket in blocking/non-blocking mode.
>
>
> I know nothing about sockets. Can you provide some comments I can just
> paste in?
More information about the Digitalmars-d-bugs
mailing list