Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bug: Console not thread-safe #73

@AlBuSoft

Description

@AlBuSoft

Description

The console functions are not thread-safe, they can crash.
Use some locks from SDL3 to lock the write-stream for the functions.

Details

Projekt: "ecm.dll"
Datei: "console.h" "console.cpp"
Namespace: "ecm::console"

Tasks

  • Use SDL_Mutex* and SDL_CreateMutex
  • Lock mutex in all the functions with SDL_LockMutex and SDL_Unlock

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingurgent

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions