- Author(s): vjpai
- Approver: AspirinSJL
- Status: Proposed
- Implemented in: grpc/grpc#16706
- Last updated: 2018-09-26
- Discussion at: https://groups.google.com/forum/#!topic/grpc-io/a1ScqicqKQk
Remove grpc_use_signal
from the core surface API
The epollsig
polling engine used signals to kick polling
threads. This polling engine has been deprecated for a while and has
been deleted. The
grpc_use_signal
surface API allowed code to prevent the use of
signals or to change the signal number used by epollsig
. With the
deletion of this polling engine, gRPC core no longer uses signals of
any kind, and this API should be deleted.
N/A
Delete the surface API and bump the core version number.
Not only is this surface API no longer useful, I cannot find any example of it being used.
Core: grpc/grpc#16706
N/A