mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Add python binding network thread name.
This commit is contained in:
parent
fa1d8fc11e
commit
95d4497e2b
@ -1580,6 +1580,7 @@ def init(event_model=None):
|
|||||||
|
|
||||||
_network_thread = NetworkThread()
|
_network_thread = NetworkThread()
|
||||||
_network_thread.daemon = True
|
_network_thread.daemon = True
|
||||||
|
_network_thread.name = "fdb-network-thread"
|
||||||
|
|
||||||
if event_model is not None:
|
if event_model is not None:
|
||||||
if event_model == 'gevent':
|
if event_model == 'gevent':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user