MCPcopy Create free account

hub / github.com/deepu105/concurrency-benchmarks / functions

Functions39 in github.com/deepu105/concurrency-benchmarks

↓ 14 callersMethodstart
()
javaws/src/JavaAsyncHTTPServer.java:19
↓ 1 callersMethodexecute
(&self, f: F)
rustws/src/lib.rs:42
↓ 1 callersMethodhandleAcceptConnection
(final AsynchronousSocketChannel ch)
javaws/src/JavaAsyncHTTPServer.java:46
↓ 1 callersFunctionhandleConnection
(conn net.Conn)
gows_tcp/main.go:27
↓ 1 callersFunctionhandleConnection
(w http.ResponseWriter)
gows/main.go:21
↓ 1 callersFunctionhandle_connection
(mut stream: TcpStream)
rustws/src/main.rs:20
↓ 1 callersFunctionhandle_connection
(mut stream: TcpStream)
rustws_async/src/main.rs:19
↓ 1 callersFunctionhandle_connection
(mut stream: TcpStream)
rustws_async_tokio/src/main.rs:18
↓ 1 callersFunctionhandle_connection
(mut stream: TcpStream)
rustws_async_thread/src/main.rs:26
↓ 1 callersFunctionhandle_connection
(mut stream: Async<TcpStream>, count: Box<i64>)
rustws_async_smol/src/main.rs:24
↓ 1 callersFunctionrequestListener
(req, res)
jsws/main.js:15
↓ 1 callersFunctionrequestListener
(req, res)
jsws_thread/main.js:33
↓ 1 callersMethodrun
kotlinws/src/main/kotlin/Server.kt:27
↓ 1 callersMethodrun
()
javaws/src/JavaHTTPServer.java:28
MethodServerThread
(Socket socket)
javaws/src/JavaHTTPServer.java:24
Methodcall
(&self, _request: Request)
rustws_tokiominihttp/src/main.rs:33
Methodcompleted
(final AsynchronousSocketChannel result, final Object attachment)
javaws/src/JavaAsyncHTTPServer.java:28
Methoddrop
(&mut self)
rustws/src/lib.rs:53
Methodfailed
(final Throwable exc, final Object attachment)
javaws/src/JavaAsyncHTTPServer.java:36
FunctionhandleRequest
(request: Request)
tsws/main.ts:3
Functionhello
()
rust_actixweb/src/main.rs:5
Functionhello
(_: Request<Body>)
rustws_async_hyper/src/main.rs:11
Functionmain
()
rustws/src/main.rs:7
Functionmain
()
gows_tcp/main.go:9
Functionmain
()
rustws_async/src/main.rs:8
Functionmain
kotlinws/src/main/kotlin/Server.kt:7
Functionmain
()
rust_actixweb/src/main.rs:10
Functionmain
Tokio uses a threadpool sized for #cpus by default
rustws_async_tokio/src/main.rs:8
Functionmain
()
gows/main.go:9
Functionmain
()
rustws_async_hyper/src/main.rs:18
Functionmain
()
rustws_tokiominihttp/src/main.rs:42
Functionmain
()
rustws_async_thread/src/main.rs:8
Functionmain
()
rustws_async_smol/src/main.rs:9
Methodmain
kotlinws/src/main/kotlin/Server2.kt:6
Methodmain
(String[] args)
java_undertow/src/main/java/com/demo/App.java:12
Methodmain
(String[] args)
javaws/src/JavaAsyncHTTPServer.java:14
Methodmain
(String[] args)
javaws/src/JavaHTTPServer.java:6
Methodnew
Create a new ThreadPool. The size is the number of threads in the pool. # Panics The `new` function will panic if the size is zero.
rustws/src/lib.rs:26
Methodrun
kotlinws/src/main/kotlin/Server2.kt:27