tursodatabase/turso

Switch to IOCP API on Windows for asynchronous I/O

Open

#41 opened on Mar 3, 2024

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Rust (1,001 forks)github user discovery
enhancementgood first issuehelp wantedwindows

Repository metrics

Stars
 (19,103 stars)
PR merge metrics
 (PR metrics pending)

Description

Pull request https://github.com/penberg/limbo/pull/40 added Windows support using the synchronous I/O API we also use on Darwin. Let's switch to IOCP API for asynchronous I/O on Windows.

Contributor guide