[ANN] PriorityChannels.jl
|
|
5
|
1212
|
September 17, 2023
|
Bug in sleep() function - main thread work affecting sleep duration on running tasks
|
|
45
|
666
|
August 29, 2023
|
Separating stderr based on task
|
|
1
|
58
|
July 21, 2023
|
Interrupts in @async code
|
|
20
|
291
|
July 19, 2023
|
Interrupt `Threads.@threads` computation
|
|
14
|
831
|
April 28, 2023
|
Help writing a timeout macro
|
|
12
|
2960
|
March 26, 2023
|
Construct already completed task
|
|
0
|
94
|
March 5, 2023
|
Where to set a timeout on a task
|
|
2
|
224
|
January 28, 2023
|
Relation of coroutines, threads, and Tasks
|
|
4
|
453
|
October 1, 2022
|
Stop/terminate a (sub)task started with @async
|
|
16
|
4584
|
September 15, 2022
|
Finishing a task
|
|
5
|
335
|
September 9, 2022
|
Any small example of a queue like system, where a function is automatically executed when a new item pops in the queue?
|
|
12
|
463
|
September 2, 2022
|
Nested async and sync
|
|
1
|
238
|
August 21, 2022
|
Is it possible to skip to the next loop on time limit?
|
|
6
|
406
|
July 16, 2022
|
How to build a setInterval-like task?
|
|
1
|
197
|
April 17, 2022
|
Task migration & data-race freedom
|
|
7
|
322
|
March 28, 2022
|
Number of threads, puzzle
|
|
9
|
554
|
February 2, 2022
|
Julia 1.7 says it can switch the thread your task is on. How often does that happen, and how can it be disabled?
|
|
6
|
806
|
January 28, 2022
|
Using Makie with Threads.@spawn
|
|
12
|
806
|
January 23, 2022
|
Threads.@spawn can not run many time?
|
|
5
|
583
|
January 12, 2022
|
Task not runnable error
|
|
3
|
593
|
December 23, 2021
|
"kill" internal execution
|
|
4
|
554
|
December 15, 2021
|
Use of Channels (or similar) constructs in parallel processing
|
|
4
|
1519
|
December 11, 2021
|
@sync is not working
|
|
5
|
626
|
November 21, 2021
|
Create multiple tasks in a loop
|
|
5
|
533
|
November 19, 2021
|
Print on a separate Blink window, or elsewhere than STOUT
|
|
0
|
393
|
April 4, 2020
|
Timedwait() doesn't time out
|
|
4
|
365
|
November 10, 2021
|
Unlock from wrong thread
|
|
1
|
210
|
October 29, 2021
|
See usage of Channel (i.e. how many items are enqueued)
|
|
2
|
533
|
October 6, 2021
|
Best way for a task to read from two channels
|
|
25
|
1278
|
September 27, 2021
|