lib/rex.rb in librex-0.0.5 vs lib/rex.rb in librex-0.0.6
- old
+ new
@@ -1,10 +1,10 @@
=begin
The Metasploit Rex library is provided under the 3-clause BSD license.
-Copyright (c) 2005-2006, Rapid7 LLC
+Copyright (c) 2005-2010, Rapid7 LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
@@ -46,9 +46,12 @@
require 'rex/job_container'
require 'rex/file'
# Thread safety and synchronization
require 'rex/sync'
+
+# Thread factory
+require 'rex/thread_factory'
# Encoding
require 'rex/encoder/xor'
require 'rex/encoding/xor'