mirror of
https://github.com/ubf/ubf.git
synced 2026-04-24 13:45:59 +00:00
1.0 KiB
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()