Method _Stdio.UDP()->set_backend()
- Method
set_backend
void
set_backend(Pike.Backend
backend
)- Description
Set the backend used for the read callback.
- Note
The backend keeps a reference to this object as long as there can be calls to the read callback, but this object does not keep a reference to the backend.
- See also