Included all of these functions in a single diff because they all do the same thing - block the tokio runtime on the completion of their equivalent async fns
Depends on D4936
Differential D4937
[native] more blocking functions varun on Aug 23 2022, 10:45 PM. Authored by Tags None Referenced Files
Details
Included all of these functions in a single diff because they all do the same thing - block the tokio runtime on the completion of their equivalent async fns Depends on D4936 tested in the following diff where we expose these blocking functions in the ffi module
Diff Detail
Event TimelineComment Actions Looks ok, but have you considered creating a macro instead of having a couple of functions that do the same thing? Comment Actions This is a good idea, I'm just not very experienced writing macros. Added to the improvement task on Linear |