1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-24 13:45:59 +00:00
Files
ubf/doc/proc_utils.md
Joseph Wayne Norton ffd096a068 Update edocs
2012-08-01 23:58:52 +09:00

1.0 KiB

#Module proc_utils#

Low-level utilities for proc_socket_server.

.

##Function Index##

debug/0
debug/1
spawn_link_debug/2
spawn_link_opt_debug/3

##Function Details##

###debug/0##

debug() -> any()

###debug/1##

debug(X) -> any()

###spawn_link_debug/2##

spawn_link_debug(Fun, Term) -> any()

###spawn_link_opt_debug/3##

spawn_link_opt_debug(Fun, SpawnOpts, Term) -> any()