threading in mojo
Does mojo have an abstraction for threading like python and c++ 'std::thread' . I saw a coroutine struct in docs , is that the expected model for concurrency use cases ?
3 Replies
here's a similar question i posted 9d ago , no answer yet but we had a little discussion with other folks : https://discord.com/channels/1087530497313357884/1288211437109383259
Not yet but it'll have in the future.
I see , thanks all , let's hope we get the feature in future . I like access to the underlying OS threads via abstraction than green threads .