python-network
Python module for easy networking

◆ bgloop()

def 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 695 of file network.py.

Here is the call graph for this function: