Closed pmav99 closed 6 years ago
Obviously a stupid error of my part, but from a user perspective I think it would be nice if, in addition to strings, multio.init() also accepted a module.
multio.init()
import curio import multio multio.init(curio) # This throws a KeyError
That's a decent little idea. Will implement.
Obviously a stupid error of my part, but from a user perspective I think it would be nice if, in addition to strings,
multio.init()
also accepted a module.