Is `put!` of a `RemoteChannel` thread-safe
|
|
0
|
54
|
October 3, 2024
|
Core dumped when defining a Channel as constant
|
|
6
|
52
|
September 18, 2024
|
@take macro?
|
|
2
|
166
|
May 15, 2024
|
How to preallocate for a parallel monte carlo simulation?
|
|
5
|
577
|
December 8, 2023
|
[ANN] PriorityChannels.jl
|
|
5
|
1489
|
September 17, 2023
|
Any small example of a queue like system, where a function is automatically executed when a new item pops in the queue?
|
|
12
|
961
|
September 2, 2022
|
Put!(remotechannel, x) causes no error but an infinite run time
|
|
3
|
319
|
April 21, 2022
|
How to wait for a thread to complete
|
|
3
|
1606
|
March 27, 2022
|
Why do take! and put! for channels allocate memory?
|
|
1
|
807
|
February 18, 2022
|
Channel monitoring/statistics
|
|
3
|
785
|
February 13, 2022
|
Channel take if available
|
|
1
|
576
|
December 17, 2021
|
Use of Channels (or similar) constructs in parallel processing
|
|
4
|
2060
|
December 11, 2021
|
Request for comments on approach to multithreaded work
|
|
2
|
420
|
December 8, 2021
|
See usage of Channel (i.e. how many items are enqueued)
|
|
2
|
791
|
October 6, 2021
|
Best way for a task to read from two channels
|
|
25
|
2095
|
September 27, 2021
|
Channel with sliding window buffer?
|
|
0
|
445
|
September 23, 2021
|
How do I know if an unbuffered (0 sized) channel ready to put! (not blocking)?
|
|
0
|
378
|
July 24, 2021
|
Does specifying the element type of a Channel impact performance?
|
|
2
|
392
|
March 21, 2021
|
Progressbar for multiple workers -- connecting workers to RemoteChannel
|
|
6
|
1101
|
March 8, 2021
|
Util for debugging channels/threads performance: should I publish a package?
|
|
2
|
396
|
February 13, 2021
|
Best practice for channels that use HDF5 (seems like race is still an issue with lock)
|
|
0
|
506
|
August 10, 2020
|
Channel is closed error when trying to put! objects in LibCURL write callback
|
|
1
|
836
|
June 4, 2020
|
Why is it `close(::Channel)` instead of `close!(::Channel)`?
|
|
4
|
566
|
May 16, 2019
|