Modify ↓
Opened 8 years ago
Closed 8 years ago
#11986 closed enhancement (fixed)
[Patch] MapStatus: Use a BlockingQueue for cleaner waiting.
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 15.10 |
Component: | Core | Version: | latest |
Keywords: | mapstatus | Cc: | michael2402 |
Description
A BlockingQueue is used to ensure that incomming mouse positions are really recognized.
The wait(1000) should not be needed then.
Attachments (1)
Change History (3)
Changed 8 years ago by
Attachment: | 0001-Fixed-map-status-requireing-a-timeout-because-notify.patch added |
---|
comment:1 Changed 8 years ago by
Milestone: | → 15.10 |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 8900/josm: