1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-20 03:35:59 +00:00
Files
ubf/edoc/proc_utils.html
Joseph Wayne Norton fcc41fd711 update edocs
2010-04-13 23:33:22 +09:00

50 lines
2.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Module proc_utils</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<hr>
<h1>Module proc_utils</h1>
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Low-level utilities for proc_socket_server.
<h2><a name="description">Description</a></h2>Low-level utilities for proc_socket_server.
<h2><a name="index">Function Index</a></h2>
<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>
<h2><a name="functions">Function Details</a></h2>
<h3 class="function"><a name="debug-0">debug/0</a></h3>
<div class="spec">
<p><tt>debug() -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="debug-1">debug/1</a></h3>
<div class="spec">
<p><tt>debug(X) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="spawn_link_debug-2">spawn_link_debug/2</a></h3>
<div class="spec">
<p><tt>spawn_link_debug(Fun, Term) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="spawn_link_opt_debug-3">spawn_link_opt_debug/3</a></h3>
<div class="spec">
<p><tt>spawn_link_opt_debug(Fun, SpawnOpts, Term) -&gt; any()</tt></p>
</div>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated EDoc, $Id$</i></p>
</body>
</html>