Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

accept_in_thread

net.server.accept_in_thread

accept new TCP connection in new thread, then runs code
runs code immediately for UDP etc.
NYI should need effect thread pool / work queue?, to run on a background thread.
NYI on error ...