cloud-game/pkg/worker
Sergey Stepanov 466257d3be
Add NonBlockingSave option for background saving
This feature introduces a new configuration option, `NonBlockingSave`, which allows background saving for large files. With this param the saving process will not block the main thread with all network sockets.
By default, it's enabled for the DosBox core.
2024-08-07 20:31:14 +03:00
..
caged Add NonBlockingSave option for background saving 2024-08-07 20:31:14 +03:00
cloud Add a generic S3 provider for cloud saves 2023-11-13 21:33:12 +03:00
compression Remove not needed rand seeding 2023-04-06 20:39:41 +03:00
media Migrate to rand/v2 2024-04-22 18:10:35 +03:00
recorder Migrate to rand/v2 2024-04-22 18:10:35 +03:00
room Add a DOS game (Rogue) 2024-08-02 11:04:44 +03:00
thread Fix macOS tests 2024-05-07 21:05:12 +03:00
coordinator.go Replace the hasMultitap option with a more general solution 2024-03-05 21:34:37 +03:00
coordinatorhandlers.go Add keyboard and mouse support 2024-08-02 11:04:44 +03:00
watcher.go Add empty rooms watcher 2023-10-17 21:39:16 +03:00
worker.go Add a generic S3 provider for cloud saves 2023-11-13 21:33:12 +03:00