You need to make the OpenGL context current in the stream that you want to use, and the context can be made current only one stream at a time. Therefore, creating a context and using it from another thread is fine if you make it current.
OpenGL OpenGL, . OpenGL.