Create 2 separate threads #4

Open
opened 2021-12-02 21:01:15 +00:00 by gbrochar_ekino · 0 comments
Member

Create 2 threads that get executed in a loop, with the pattern

thread_a.start()
thread_b.start()
wait(thread_a)
wait(thread_b)

Put the SDL render loop in one of these threads

Create 2 threads that get executed in a loop, with the pattern ``` thread_a.start() thread_b.start() wait(thread_a) wait(thread_b) ``` Put the SDL render loop in one of these threads
gbrochar_ekino added this to the 1.0.0 milestone 2021-12-02 21:01:15 +00:00
gbrochar_ekino added the
feat
label 2021-12-02 21:01:15 +00:00
gbrochar_ekino self-assigned this 2021-12-02 21:01:15 +00:00
gbrochar_ekino started working 2021-12-02 21:06:12 +00:00
gbrochar_ekino canceled time tracking 2021-12-03 07:59:08 +00:00
gbrochar self-assigned this 2022-01-29 23:05:46 +00:00
gbrochar_ekino was unassigned by gbrochar 2022-01-29 23:05:48 +00:00
gbrochar started working 2022-01-29 23:06:02 +00:00
gbrochar canceled time tracking 2024-03-06 18:16:33 +00:00
Sign in to join this conversation.
No Label
bug
clean
doc
feat
refacto
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: metagraphs/POC#4
No description provided.