Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepu105/concurrency-benchmarks
/ functions
Functions
39 in github.com/deepu105/concurrency-benchmarks
⨍
Functions
39
◇
Types & classes
11
↓ 14 callers
Method
start
()
javaws/src/JavaAsyncHTTPServer.java:19
↓ 1 callers
Method
execute
(&self, f: F)
rustws/src/lib.rs:42
↓ 1 callers
Method
handleAcceptConnection
(final AsynchronousSocketChannel ch)
javaws/src/JavaAsyncHTTPServer.java:46
↓ 1 callers
Function
handleConnection
(conn net.Conn)
gows_tcp/main.go:27
↓ 1 callers
Function
handleConnection
(w http.ResponseWriter)
gows/main.go:21
↓ 1 callers
Function
handle_connection
(mut stream: TcpStream)
rustws/src/main.rs:20
↓ 1 callers
Function
handle_connection
(mut stream: TcpStream)
rustws_async/src/main.rs:19
↓ 1 callers
Function
handle_connection
(mut stream: TcpStream)
rustws_async_tokio/src/main.rs:18
↓ 1 callers
Function
handle_connection
(mut stream: TcpStream)
rustws_async_thread/src/main.rs:26
↓ 1 callers
Function
handle_connection
(mut stream: Async<TcpStream>, count: Box<i64>)
rustws_async_smol/src/main.rs:24
↓ 1 callers
Function
requestListener
(req, res)
jsws/main.js:15
↓ 1 callers
Function
requestListener
(req, res)
jsws_thread/main.js:33
↓ 1 callers
Method
run
kotlinws/src/main/kotlin/Server.kt:27
↓ 1 callers
Method
run
()
javaws/src/JavaHTTPServer.java:28
Method
ServerThread
(Socket socket)
javaws/src/JavaHTTPServer.java:24
Method
call
(&self, _request: Request)
rustws_tokiominihttp/src/main.rs:33
Method
completed
(final AsynchronousSocketChannel result, final Object attachment)
javaws/src/JavaAsyncHTTPServer.java:28
Method
drop
(&mut self)
rustws/src/lib.rs:53
Method
failed
(final Throwable exc, final Object attachment)
javaws/src/JavaAsyncHTTPServer.java:36
Function
handleRequest
(request: Request)
tsws/main.ts:3
Function
hello
()
rust_actixweb/src/main.rs:5
Function
hello
(_: Request<Body>)
rustws_async_hyper/src/main.rs:11
Function
main
()
rustws/src/main.rs:7
Function
main
()
gows_tcp/main.go:9
Function
main
()
rustws_async/src/main.rs:8
Function
main
kotlinws/src/main/kotlin/Server.kt:7
Function
main
()
rust_actixweb/src/main.rs:10
Function
main
Tokio uses a threadpool sized for #cpus by default
rustws_async_tokio/src/main.rs:8
Function
main
()
gows/main.go:9
Function
main
()
rustws_async_hyper/src/main.rs:18
Function
main
()
rustws_tokiominihttp/src/main.rs:42
Function
main
()
rustws_async_thread/src/main.rs:8
Function
main
()
rustws_async_smol/src/main.rs:9
Method
main
kotlinws/src/main/kotlin/Server2.kt:6
Method
main
(String[] args)
java_undertow/src/main/java/com/demo/App.java:12
Method
main
(String[] args)
javaws/src/JavaAsyncHTTPServer.java:14
Method
main
(String[] args)
javaws/src/JavaHTTPServer.java:6
Method
new
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
Method
run
kotlinws/src/main/kotlin/Server2.kt:27