Is `put!` of a `RemoteChannel` thread-safe
|
|
0
|
61
|
October 3, 2024
|
Core dumped when defining a Channel as constant
|
|
6
|
55
|
September 18, 2024
|
@take macro?
|
|
2
|
167
|
May 15, 2024
|
How to preallocate for a parallel monte carlo simulation?
|
|
5
|
587
|
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
|
986
|
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
|
1650
|
March 27, 2022
|
Why do take! and put! for channels allocate memory?
|
|
1
|
810
|
February 18, 2022
|
Channel monitoring/statistics
|
|
3
|
788
|
February 13, 2022
|
Channel take if available
|
|
1
|
594
|
December 17, 2021
|
Use of Channels (or similar) constructs in parallel processing
|
|
4
|
2104
|
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
|
823
|
October 6, 2021
|
Best way for a task to read from two channels
|
|
25
|
2143
|
September 27, 2021
|
Channel with sliding window buffer?
|
|
0
|
448
|
September 23, 2021
|
How do I know if an unbuffered (0 sized) channel ready to put! (not blocking)?
|
|
0
|
379
|
July 24, 2021
|
Does specifying the element type of a Channel impact performance?
|
|
2
|
393
|
March 21, 2021
|
Progressbar for multiple workers -- connecting workers to RemoteChannel
|
|
6
|
1114
|
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
|
839
|
June 4, 2020
|
Why is it `close(::Channel)` instead of `close!(::Channel)`?
|
|
4
|
572
|
May 16, 2019
|