python-network
Python module for easy networking
Loading...
Searching...
No Matches

◆ bgloop()

network.bgloop ( )

Like fgloop, but forks to the background.

Unlike fgloop(), this function does not support a timeout. If the environment variable NETWORK_NO_FORK is set, it will remain in the foreground.

Returns
None.

Definition at line 728 of file network.py.

Here is the call graph for this function: