epics-base / p4p

Python bindings for the PVAccess network client and server.
BSD 3-Clause "New" or "Revised" License
27 stars 38 forks source link

p4p.client.thread.Context does not have a `workers` argument as per documentation #144

Open MatInGit opened 5 months ago

MatInGit commented 5 months ago

As per title. The argument is present in the documentation but absent in the actual implementation.

Is there an alternate way of changing the number of workers for monitor threads or is this something reserved for the co-thread or async clients?

Object for reference: https://github.com/mdavidsaver/p4p/blob/70b030de2f30cf690bb317429f59bd092e65420e/src/p4p/client/thread.py#L134