Replies: 1 comment
-
Please, write a proper suggestion for that, or find an existing one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In C#, another product from microsoft, both being in the .NET Eco system with F#, has library types like
System.Collections.Concurrent.ConcurrentStack<T>
In f# we can easily make a list just by typing
[]
, orlet myList :list = []
, but we don't have a thread safe list, so maybe we should add onemaybe we can just do :
Beta Was this translation helpful? Give feedback.
All reactions