Timon

Results 15 issues of Timon

Returns the current value stored inside the given compute function without triggering any dependencies. Use `untrack` if you want to also disable owner tracking. https://github.com/solidjs/signals/blob/main/src/bubble-reactivity/core.ts Line 530

enhancement

In WPF only the state relevant for the ui should be handeled on the UI thread. Every thing else should be done on workers. `Application.Current.Dispatcher.Invoke(new Action(() => { /* Your...

enhancement

- https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/ - https://github.com/StephenCleary/StructuredConcurrency - https://github.com/apple/swift-evolution/blob/main/proposals/0304-structured-concurrency.md - https://github.com/apple/swift-evolution/blob/main/proposals/0306-actors.md - https://github.com/apple/swift-evolution/blob/main/proposals/0313-actor-isolation-control.md - https://github.com/apple/swift-evolution/blob/main/proposals/0336-distributed-actor-isolation.md - https://reactivex.io/documentation/scheduler.html - https://github.com/dotnet/reactive/blob/main/Rx.NET/Source/src/System.Reactive/Concurrency/TaskPoolScheduler.cs - https://stackoverflow.com/questions/4331262/task-continuation-on-ui-thread/4331287#4331287 - https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.continuewith?view=net-7.0&redirectedfrom=MSDN#System_Threading_Tasks_Task_ContinueWith_System_Action_System_Threading_Tasks_Task__System_Threading_Tasks_TaskContinuationOptions_

enhancement

https://dev.epicgames.com/documentation/en-us/uefn/concurrency-overview-in-verse#structuredconcurrency https://dev.epicgames.com/documentation/en-us/uefn/rush-in-verse https://dev.epicgames.com/documentation/en-us/uefn/branch-in-verse https://simon.peytonjones.org/assets/pdfs/haskell-exchange-22.pdf Fix Race in that all the signals get evaluated before the branching happens

## PR Checklist Please check if your PR fulfills the following requirements: - [ x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ x] Tests for the changes have...

area: core
area: docs