How to create a new LWJGL context

I’d like to add some code to my program which will push a VBO to the graphics card in a separate thread from the one responsible for drawing, but I can’t for the life of me figure out how to create a new LWJGL context in the new thread. I know it’s a nooby question, but can anyone shed light on the situation?