mirror of
https://github.com/ubf/ubf.git
synced 2026-04-19 03:05:42 +00:00
51 lines
1.0 KiB
Markdown
51 lines
1.0 KiB
Markdown
|
|
|
|
# Module proc_utils #
|
|
* [Description](#description)
|
|
* [Function Index](#index)
|
|
* [Function Details](#functions)
|
|
|
|
|
|
<p>Low-level utilities for proc_socket_server.</p>.
|
|
|
|
<a name="index"></a>
|
|
|
|
## Function Index ##
|
|
|
|
|
|
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#debug-0">debug/0</a></td><td></td></tr><tr><td valign="top"><a href="#debug-1">debug/1</a></td><td></td></tr><tr><td valign="top"><a href="#spawn_link_debug-2">spawn_link_debug/2</a></td><td></td></tr><tr><td valign="top"><a href="#spawn_link_opt_debug-3">spawn_link_opt_debug/3</a></td><td></td></tr></table>
|
|
|
|
|
|
<a name="functions"></a>
|
|
|
|
## Function Details ##
|
|
|
|
<a name="debug-0"></a>
|
|
|
|
### debug/0 ###
|
|
|
|
`debug() -> any()`
|
|
|
|
|
|
<a name="debug-1"></a>
|
|
|
|
### debug/1 ###
|
|
|
|
`debug(X) -> any()`
|
|
|
|
|
|
<a name="spawn_link_debug-2"></a>
|
|
|
|
### spawn_link_debug/2 ###
|
|
|
|
`spawn_link_debug(Fun, Term) -> any()`
|
|
|
|
|
|
<a name="spawn_link_opt_debug-3"></a>
|
|
|
|
### spawn_link_opt_debug/3 ###
|
|
|
|
`spawn_link_opt_debug(Fun, SpawnOpts, Term) -> any()`
|
|
|
|
|