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
spawn_listener and spawn_conversation should probably take a SchedMode argument. Otherwise developers who need something like SingleThread (to handle blocking foreign code) need to clone the damned things.
Activity
bblum commentedon Sep 11, 2012
This is what the
TaskBuilder
interface is for. You can already writetask().sched_mode(SingleThreaded).spawn_listener
etc.Avoid panic on macro inside deeply nested block
Auto merge of rust-lang#3457 - RalfJung:replace-librs, r=RalfJung