gensim.utils.InputQueue

class gensim.utils.InputQueue(q, corpus, chunksize, maxsize, as_numpy)[source]

Methods

__init__(q, corpus, chunksize, maxsize, as_numpy)
is_alive() Return whether process is alive
join([timeout]) Wait until child process terminates
run()
start() Start child process
terminate() Terminate process; sends SIGTERM signal or uses TerminateProcess()

Attributes

authkey
daemon Return whether process is a daemon
exitcode Return exit code of process or None if it has yet to stop
ident Return identifier (PID) of process or None if it has yet to start
name
pid Return identifier (PID) of process or None if it has yet to start