Timon

Results 15 issues of Timon

**what is the best way to connect two shapes** I would like to animate a graph changeing in time. What would be the reccomended way to draw the connection of...

b-documentation
c-accepted
a-2d

The ReaderWriterLock supports [UpgradeableReadLock](https://learn.microsoft.com/en-us/dotnet/api/system.threading.readerwriterlockslim.enterupgradeablereadlock?view=net-7.0 ). I would need this feature. Is there a chance to get this?

**Describe the bug** When i have a child node I expect it to always move with the parent. This is the case for Txt in Circles etc. but seems to...

b-bug

Add a space efficient Causality Trigger Clock CTC that can ensure efficient synchronization of distributed graph. Inspired from Interval Tree Clocks - https://gsd.di.uminho.pt/members/cbm/ps/itc2008.pdf - https://github.com/fallin/Itc4net The Stamp is always associated...

enhancement

https://andrewlock.net/exploring-the-dotnet-8-preview-avoiding-flaky-tests-with-timeprovider-and-itimer/

enhancement

Swift claims to achieve data race savety with structured concurrency and actors. Adding actors to MemoizR would lead to similar benefits. https://github.com/apple/swift-evolution/blob/main/proposals/0412-strict-concurrency-for-global-variables.md https://github.com/apple/swift-evolution/blob/main/proposals/0423-dynamic-actor-isolation.md https://github.com/apple/swift-evolution/blob/main/proposals/0392-custom-actor-executors.md https://swift.org/blog/sswg-update-2023/ > A key focus of...

enhancement

Like: https://github.com/StephenCleary/StructuredConcurrency#resources

enhancement

No Task should be stored in a variable to ensure structured sequential concurrency. https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-disposeasync Maybe there is a way to force await at the end of the scope which would...

enhancement

Title Idea: The hidden reason why C# needs configureAwait and JavaScript does not. Short answer C# uses multi threaded async model while JavaScript uses single threaded async model. Concurrency is...

documentation