You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On discussion on #1576@Mallets pointed out, that it's not only the close operation may take some time and therefore should support "timeout" and "detach/backgound/spawn". you name it, functionality. The same problem appears for any operation, like e.g. "put".
Describe the feature
On discussion on #1576 @Mallets pointed out, that it's not only the close operation may take some time and therefore should support "timeout" and "detach/backgound/spawn". you name it, functionality. The same problem appears for any operation, like e.g. "put".
So the solution proposed by @Mallets is:
Resolvable
trait with methods likewait_timeout()
andspawn()
This issue extends the #1610
The text was updated successfully, but these errors were encountered: